mirror of
https://github.com/nodejs/node.git
synced 2024-11-22 15:47:56 +01:00
875e4a0c59
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 #4856
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
|
|
*test*message*nexttick_throw.js:*
|
|
undefined_reference_error_maker;
|
|
^
|
|
ReferenceError: undefined_reference_error_maker is not defined
|
|
at *test*message*nexttick_throw.js:*:*
|
|
at process._tickCallback (node.js:*:*)
|
|
at Function.Module.runMain (module.js:*:*)
|
|
at startup (node.js:*:*)
|
|
at node.js:*:*
|