debugging patching on ci

This commit is contained in:
antelle 2021-03-06 21:24:45 +01:00
parent e998788d25
commit 4ac16a6701
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ module.exports = function (grunt) {
for (const path of src) {
grunt.log.writeln(`Patching ${path}...`);
patch({ path });
grunt.log.writeln('Done');
}
}
});