You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/chengmo/stash/beeper/test.js:9
next(null, num + 1);
^
TypeError: undefined is not a function
at /Users/chengmo/stash/beeper/test.js:9:3
at /Users/chengmo/stash/beeper/node_modules/async/lib/async.js:1058:20
at /Users/chengmo/stash/beeper/node_modules/async/lib/async.js:272:13
at iterate (/Users/chengmo/stash/beeper/node_modules/async/lib/async.js:149:13)
at Object.async.eachSeries (/Users/chengmo/stash/beeper/node_modules/async/lib/async.js:165:9)
at Object.async.reduce (/Users/chengmo/stash/beeper/node_modules/async/lib/async.js:271:15)
at /Users/chengmo/stash/beeper/node_modules/async/lib/async.js:1057:19
at Object. (/Users/chengmo/stash/beeper/test.js:22:2)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
The text was updated successfully, but these errors were encountered:
I agree -- it would be pretty simple to add a noop callback if none exists. PR's are welcome, @caolan will get to them, eventually....
mocheng
changed the title
The generated function of seq requires second argument?
The generated function of seq requires last argument to be function?
Sep 10, 2014
The sample code here https://github.com/caolan/async#seq looks that generated function of
seq
can work with only one argument.However, below code breaks
The output is like:
The text was updated successfully, but these errors were encountered: