Skip to content

Commit ee807af

Browse files
committed
fix: change no patch files found error from red to bright blue
1 parent 2e9716b commit ee807af

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)