Skip to content

Commit

Permalink
feat(console): make console info messages cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Mar 28, 2016
1 parent c8643b7 commit 912dceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Cli.setUpConsoleLoggingHelpers = function setUpConsoleLoggingHelpers() {
for (var n in arguments) {
msg += arguments[n] + ' ';
}
consoleInfo.call(console, msg.blue.bold);
consoleInfo.call(console, msg.cyan.bold);
};

var consoleWarn = console.warn;
Expand Down

0 comments on commit 912dceb

Please sign in to comment.