Comparing version 0.0.1 to 0.0.2
@@ -54,3 +54,8 @@ module.exports = trycatch; | ||
_TOKEN_.token = catchFn; | ||
_TOKEN_(); | ||
try { | ||
_TOKEN_(); | ||
} catch (err) { | ||
err.stack = filterInternalFrames(err.stack); | ||
catchFn(err); | ||
} | ||
} | ||
@@ -57,0 +62,0 @@ |
{ | ||
"name" : "trycatch", | ||
"version" : "0.0.1", | ||
"version" : "0.0.2", | ||
"description" : "An asynchronous exception handler with long stack traces for node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/CrabDude/trycatch", |
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
13573
292