bug-killer
Advanced tools
Comparing version
@@ -74,3 +74,11 @@ "use strict"; | ||
value: function log(message, type) { | ||
var _this = this; | ||
if (Array.isArray(message)) { | ||
message.forEach(function (c) { | ||
_this.log(c, type); | ||
}); | ||
return BugKiller; | ||
} | ||
var logMessage = ""; | ||
@@ -77,0 +85,0 @@ |
{ | ||
"name": "bug-killer", | ||
"version": "4.2.6", | ||
"version": "4.3.0", | ||
"description": "Simple way to log messages in stdout or other stream.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
15345
1.51%138
5.34%