mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
V8 3.4.12.1 changed exception log format.
3.14.10:
node.js:189
throw e; // process.nextTick error, or 'error' event on first tick
^
3.4.12.1:
node.js:189
throw e; // process.nextTick error, or 'error' event on first tick
^
The caret was moved.
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
before
|
|
|
|
node.js:*
|
|
throw e; // process.nextTick error, or 'error' event on first tick
|
|
^
|
|
RangeError: Maximum call stack size exceeded
|