Comparing version 0.1.1 to 0.1.2
@@ -26,3 +26,3 @@ | ||
exports.parallel = function(funcs, cb) { | ||
var c = typeof(funcs) === 'object' ? | ||
var c = typeof(funcs) === 'object' ? | ||
Object.keys(funcs).length : funcs.length; | ||
@@ -41,3 +41,3 @@ var errs = {}; | ||
if(err) { | ||
errs[id] = err; | ||
errs[id] = err.stack || err; | ||
has_errs = true; | ||
@@ -44,0 +44,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"keywords": [ "asynchronous", "control", "flow" ], | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "http://github.com/ypocat/async-mini", | ||
@@ -9,0 +9,0 @@ "repository": { |
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
3534