Comparing version 1.3.2 to 1.3.3
@@ -171,2 +171,3 @@ var util = require('util') | ||
var caught | ||
, secondError | ||
@@ -185,3 +186,6 @@ if (!err.catchable) { | ||
if ('function' === typeof catchFn) { | ||
catchFn(err) | ||
secondError = trycatchit1(catchFn, err) | ||
if (secondError) { | ||
handleException(formatError(normalizeError(secondError))); | ||
} | ||
return | ||
@@ -188,0 +192,0 @@ } |
{ | ||
"name": "trycatch", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "An asynchronous domain-based 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
50302
830