diff --git a/build/tasks/grunt-electron-patch.js b/build/tasks/grunt-electron-patch.js index eb0c7ef0..06301fba 100644 --- a/build/tasks/grunt-electron-patch.js +++ b/build/tasks/grunt-electron-patch.js @@ -5,7 +5,7 @@ module.exports = function (grunt) { for (const { src } of this.files) { for (const path of src) { grunt.log.writeln(`Patching ${path}...`); - patch({ path, verbose: true }); + patch({ path }); } } });