Comparing version 1.1.0 to 1.1.1
@@ -57,2 +57,3 @@ "use strict"; | ||
meta : extra.meta || null, | ||
error : internal.error || null, | ||
prefix : internal.prefix, | ||
@@ -104,3 +105,5 @@ sequence : internal.sequence, | ||
var lines = stack.split( "\n" ); | ||
var lines = ( stack && stack.length ) | ||
? stack.split( "\n" ) | ||
: [ ]; | ||
@@ -107,0 +110,0 @@ if ( lines[ 0 ] === err.name + ": " + err.message ) |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Gustaf Räntilä <g.rantila@gmail.com>", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -103,2 +103,4 @@ # 106 | ||
logData.messages; // The message parts (as an array) | ||
logData.errror; // The error object, if that was the last | ||
// argument. | ||
logData.meta; // The last argument to log() if it's an | ||
@@ -105,0 +107,0 @@ // object or array, and not covered by a '%s'. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40029
1284
121