@jymfony/exceptions
Advanced tools
Comparing version 0.1.0-alpha.28 to 0.1.0-alpha.29
@@ -55,3 +55,6 @@ const UNKNOWN_FUNCTION = '?'; | ||
Error.captureStackTrace(this, this.constructor); | ||
if ('function' === typeof Error.captureStackTrace) { | ||
Error.captureStackTrace(this, this.constructor); | ||
} | ||
this._originalStack = this.stack.split('\n').join('\n'); | ||
@@ -58,0 +61,0 @@ |
{ | ||
"name": "@jymfony/exceptions", | ||
"version": "0.1.0-alpha.28", | ||
"version": "0.1.0-alpha.29", | ||
"description": "Jymfony exception (core package)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
8931
15
210