Skip to content

Commit eebbf31

Browse files
authored
Merge pull request #211 from dmhalejr/master
fix: change no patch files found error from red to bright blue
2 parents 1defeec + ee807af commit eebbf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applyPatches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function applyPatchesForApp({
9797
const files = findPatchFiles(patchesDirectory)
9898

9999
if (files.length === 0) {
100-
console.error(chalk.red("No patch files found"))
100+
console.error(chalk.blueBright("No patch files found"))
101101
return
102102
}
103103

0 commit comments

Comments
 (0)