Comparing version 1.3.5 to 1.3.6
@@ -278,7 +278,7 @@ /* | ||
} | ||
if (options.errorStack && meta instanceof Error && meta.stack && | ||
if (options.errorStack && meta instanceof Error && output.stack && | ||
(typeof options.errorStack !== 'function' || | ||
options.errorStack(meta)) | ||
options.errorStack(output)) | ||
) { | ||
result += '\n' + meta.stack.substring(meta.stack.search(/\bat\b/g)); | ||
result += '\n' + output.stack.substring(output.stack.search(/\bat\b/g)); | ||
} | ||
@@ -285,0 +285,0 @@ return result.trim(); |
{ | ||
"name": "hixtory", | ||
"description": "Most flexible and fast logging library for NodeJS", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
61253