mirror of https://github.com/lukechilds/node.git
Browse Source
Not necessary, since we can handle the error properly on the first tick now, even if there are event listeners, etc. Additionally, this removes the unnecessary "_needTickCallback" from startup, since Module.loadMain() will kick off a nextTick callback right after it runs the main module. Fix #4856v0.9.11-release
isaacs
12 years ago
8 changed files with 43 additions and 22 deletions
@ -1,7 +1,10 @@ |
|||||
|
|
||||
*test*message*nexttick_throw.js:* |
*test*message*nexttick_throw.js:* |
||||
undefined_reference_error_maker; |
undefined_reference_error_maker; |
||||
^ |
^ |
||||
ReferenceError: undefined_reference_error_maker is not defined |
ReferenceError: undefined_reference_error_maker is not defined |
||||
at *test*message*nexttick_throw.js:*:* |
at *test*message*nexttick_throw.js:*:* |
||||
at _tickCallback (node.js:*:*) |
at process._tickCallback (node.js:*:*) |
||||
at process._tickFromSpinner (node.js:*:*) |
at Function.Module.runMain (module.js:*:*) |
||||
|
at startup (node.js:*:*) |
||||
|
at node.js:*:* |
||||
|
Loading…
Reference in new issue