one-by-one
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -29,3 +29,3 @@ "use strict"; | ||
// result: [null|Error, [data1, data2], ...args] | ||
cb.apply(self, result.concat(lastRes)); | ||
cb && cb.apply(self, result.concat(lastRes)); | ||
}; | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "one-by-one", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Run async tasks one by one.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
10752