We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fc5ac commit 4ba12dbCopy full SHA for 4ba12db
1 file changed
src/lib/outputs.ts
@@ -34,7 +34,7 @@ export function error(options: SimpleLogOptions) {
34
35
export function warning(options: SimpleLogOptions) {
36
internalLog({
37
- [options.stdout ? 'stdoutOutput' : 'stderrOutput']: [chalk.rgb(254, 90, 29).bold('Warning:'), options.message],
+ [options.stdout ? 'stdoutOutput' : 'stderrOutput']: [chalk.yellow.bold('Warning:'), options.message],
38
});
39
}
40
0 commit comments