From 4ac16a67017ca073ab9a70b9b37deb32c7073245 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 6 Mar 2021 21:24:45 +0100 Subject: [PATCH] debugging patching on ci --- build/tasks/grunt-electron-patch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tasks/grunt-electron-patch.js b/build/tasks/grunt-electron-patch.js index 06301fba..2d3619f2 100644 --- a/build/tasks/grunt-electron-patch.js +++ b/build/tasks/grunt-electron-patch.js @@ -6,6 +6,7 @@ module.exports = function (grunt) { for (const path of src) { grunt.log.writeln(`Patching ${path}...`); patch({ path }); + grunt.log.writeln('Done'); } } });