diff --git a/build/tasks/grunt-electron-patch.js b/build/tasks/grunt-electron-patch.js index 2d3619f2..06301fba 100644 --- a/build/tasks/grunt-electron-patch.js +++ b/build/tasks/grunt-electron-patch.js @@ -6,7 +6,6 @@ module.exports = function (grunt) { for (const path of src) { grunt.log.writeln(`Patching ${path}...`); patch({ path }); - grunt.log.writeln('Done'); } } });