Skip to content

Commit 912dceb

Browse files
committed
feat(console): make console info messages cyan
1 parent c8643b7 commit 912dceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Cli.setUpConsoleLoggingHelpers = function setUpConsoleLoggingHelpers() {
308308
for (var n in arguments) {
309309
msg += arguments[n] + ' ';
310310
}
311-
consoleInfo.call(console, msg.blue.bold);
311+
consoleInfo.call(console, msg.cyan.bold);
312312
};
313313

314314
var consoleWarn = console.warn;

0 commit comments

Comments
 (0)