mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
This reverts commit f8519e10b8.
Recent update to V8 fixes the problem where it incorrectly reports the
line number as 0 for thrown RangeErrors.
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
before
|
|
|
|
*test*message*stack_overflow.js:31
|
|
function stackOverflow() {
|
|
^
|
|
RangeError: Maximum call stack size exceeded
|