diff --git a/src/applyPatches.ts b/src/applyPatches.ts index f8eddeeb..db151886 100644 --- a/src/applyPatches.ts +++ b/src/applyPatches.ts @@ -97,7 +97,7 @@ export function applyPatchesForApp({ const files = findPatchFiles(patchesDirectory) if (files.length === 0) { - console.error(chalk.red("No patch files found")) + console.error(chalk.blueBright("No patch files found")) return }