node-vasync icon indicating copy to clipboard operation
node-vasync copied to clipboard

forEachParallel lost input function name information

Open leitsubomi opened this issue 10 years ago • 1 comments

When forEachParallel expand task function from arguments array , it losts function name, even the task function has name. Please see vasync.js line 135. It will be hard to debug. Please kindly fix it in your convenience.

leitsubomi avatar Sep 20 '15 20:09 leitsubomi

Yeah, this looks to be an artifact of the way we use parallel() to implement forEachParallel().

davepacheco avatar Sep 21 '15 18:09 davepacheco