putil-waterfall
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -47,3 +47,3 @@ /* putil-waterfall | ||
typeof o.then === 'function' && typeof o.catch === 'function') { | ||
o.then(() => next(null, ...args)) | ||
o.then((...args) => next(null, ...args)) | ||
.catch(e => callback.call(null, e, ...args)); | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"name": "putil-waterfall", | ||
"description": "Simple, fast async waterfall NodeJs module for JavaScript", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
8691