mirror of https://github.com/lukechilds/node.git
Browse Source
Change process._tickCallback so that if a callback throws an error but there are other callbacks after it, we indicate that process._tickCallback needs to be ran again. Currently, if a callback in process._tickCallback throws an error, and that error is caught by an uncaughtException handler and process.nextTick is never called again, then any other callbacks already added to the nextTickQueue won't be called again. Updated the next-tick-errors test to catch this scenario.v0.7.4-release
Benjamin Thomas
15 years ago
committed by
Ryan Dahl
2 changed files with 7 additions and 9 deletions
Loading…
Reference in new issue