Comparing version 1.3.1 to 1.3.2
@@ -35,3 +35,3 @@ // Generated by CoffeeScript 1.12.7 | ||
errors = []; | ||
iterFn = function() { | ||
iterFn = function(funcs) { | ||
var a, fn, ref1, ref2; | ||
@@ -46,3 +46,3 @@ ref1 = funcs, fn = ref1[0], funcs = 2 <= ref1.length ? slice.call(ref1, 1) : []; | ||
errors.push(err); | ||
return iterFn(); | ||
return iterFn(funcs); | ||
} else { | ||
@@ -53,3 +53,3 @@ return cb(null, res); | ||
}; | ||
return iterFn(); | ||
return iterFn(funcs); | ||
}; | ||
@@ -56,0 +56,0 @@ }; |
{ | ||
"name": "functors", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A collection of 'async' function generators and/or transformers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
82583