We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7652c commit db2031aCopy full SHA for db2031a
Common/Node/patchProcess.ts
@@ -36,4 +36,7 @@ export function apply(patcher: patch.IPatcher, workingDirectory: string, filters
36
37
fs.writeFileSync(file, bom.restoreBom(fileContent), { encoding: 'utf8' });
38
}
39
+ if (!files.length){
40
+ tl.warning("Patch was not applied because there are no file matching the provided patterns in the specified directory");
41
+ }
42
0 commit comments