Skip to content

Commit

Permalink
Added color for pre-defined cli set.
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo1105 authored and indexzero committed Oct 6, 2014
1 parent fa760ad commit fffe13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/winston/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ config.syslog = require('./config/syslog-config');
//
// Add colors for pre-defined config sets
//
config.addColors(config.cli.colors);
config.addColors(config.npm.colors);
config.addColors(config.syslog.colors);

Expand Down

0 comments on commit fffe13d

Please sign in to comment.