Skip to content

Commit

Permalink
chore: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Rodionov committed Aug 21, 2015
1 parent 91867aa commit d096ffb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions build/createLogger.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ function createLogger() {
var level = options.level;
var collapsed = options.collapsed;
var predicate = options.predicate;
var logger = options.logger;

var console = logger || console;

// exit if console undefined
if (typeof console === 'undefined') {
Expand Down
Loading

0 comments on commit d096ffb

Please sign in to comment.