run-waterfall
run-waterfall copied to clipboard
Run an array of functions in series, each passing its results to the next function
Results
1
run-waterfall issues
Sort by
recently updated
recently updated
newest added
This is just a question/idea post: Sometimes I accidentally do not list the correct parameters in the next task in the waterfall: ``` waterfall([ (cb) => fs.ensureDir('/tmp/x', cb), (cb) =>...