diff --git a/lib/util.js b/lib/util.js index 9ed142a2..d56a8180 100644 --- a/lib/util.js +++ b/lib/util.js @@ -395,7 +395,7 @@ Util = exports || {}; lShift = Util.bind([].shift, lArg), lJoin = Util.bind([].join, lArg); - if (lConsole && lArg.length) { + if (lConsole && lArg.length && lArg[0]) { lUnShift(lDate); lConsole.log.apply(lConsole, lArg); lShift();