aboutsummaryrefslogtreecommitdiff
path: root/test/message/nexttick_throw.out
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-27 11:24:02 -0800
committerisaacs <i@izs.me>2013-02-27 16:29:36 -0800
commit875e4a0c59efb0657389a353363fbd2f924cc9cf (patch)
tree47e5b946af6ae33c97add4201161bf41a7a1329f /test/message/nexttick_throw.out
parent95862b23802175b5d6b509d6a6f83fa5fd53b474 (diff)
downloadandroid-node-v8-875e4a0c59efb0657389a353363fbd2f924cc9cf.tar.gz
android-node-v8-875e4a0c59efb0657389a353363fbd2f924cc9cf.tar.bz2
android-node-v8-875e4a0c59efb0657389a353363fbd2f924cc9cf.zip
core: Remove the nextTick for running the main file
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
Diffstat (limited to 'test/message/nexttick_throw.out')
-rw-r--r--test/message/nexttick_throw.out7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/message/nexttick_throw.out b/test/message/nexttick_throw.out
index 7f9d4e2bab..baced2ce87 100644
--- a/test/message/nexttick_throw.out
+++ b/test/message/nexttick_throw.out
@@ -1,7 +1,10 @@
+
*test*message*nexttick_throw.js:*
undefined_reference_error_maker;
^
ReferenceError: undefined_reference_error_maker is not defined
at *test*message*nexttick_throw.js:*:*
- at _tickCallback (node.js:*:*)
- at process._tickFromSpinner (node.js:*:*)
+ at process._tickCallback (node.js:*:*)
+ at Function.Module.runMain (module.js:*:*)
+ at startup (node.js:*:*)
+ at node.js:*:*