@jymfony/exceptions
Advanced tools
Comparing version 0.1.0-alpha.10 to 0.1.0-alpha.11
@@ -103,6 +103,10 @@ const UNKNOWN_FUNCTION = '?'; | ||
if ('Object.construct' === element.function && element.file.match(/Namespace\.js$/)) { | ||
continue; | ||
} | ||
stack.push(element); | ||
} | ||
if (!stack.length) { | ||
if (! stack.length) { | ||
return null; | ||
@@ -109,0 +113,0 @@ } |
{ | ||
"name": "@jymfony/exceptions", | ||
"version": "0.1.0-alpha.10", | ||
"version": "0.1.0-alpha.11", | ||
"description": "Jymfony exception (core package)", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"chai": "^3.5.0", | ||
"mocha": "^3.0" | ||
"mocha": "^5.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "config": { |
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
9302
231