mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
f5a01d1764
after 4d4900f
, stack trace was changed.
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
before
|
|
|
|
node.js:*
|
|
throw e; // process.nextTick error, or 'error' event on first tick
|
|
^
|
|
ReferenceError: foo is not defined
|
|
at evalmachine.<anonymous>:*
|
|
at Object.<anonymous> (*test*message*undefined_reference_in_new_context.js:*)
|
|
at Module._compile (module.js:*)
|
|
at Object..js (module.js:*)
|
|
at Module.load (module.js:*)
|
|
at Function._load (module.js:*)
|
|
at Array.0 (module.js:*)
|
|
at EventEmitter._tickCallback (node.js:*)
|