Comparing version 0.1.5 to 0.1.7
@@ -46,3 +46,7 @@ var async = require('async'); | ||
// of dying | ||
return callback(e); | ||
try { | ||
return callback(e); | ||
} catch (e) { | ||
// callback was already called. | ||
} | ||
} | ||
@@ -49,0 +53,0 @@ } |
{ | ||
"name": "async-bfs", | ||
"version": "0.1.5", | ||
"version": "0.1.7", | ||
"description": "Flexible functional async breadth first search", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5286
103