mirror of https://github.com/nodejs/node.git
Revert "test: stack overflow output"
This reverts commit f8519e10b8
.
Recent update to V8 fixes the problem where it incorrectly reports the
line number as 0 for thrown RangeErrors.
pull/24503/head
parent
3b95d88bf2
commit
564172510d
|
@ -1,6 +1,6 @@
|
|||
before
|
||||
|
||||
*test*message*stack_overflow.js:0
|
||||
(function (exports, require, module, __filename, __dirname) { // Copyright Joy
|
||||
^
|
||||
*test*message*stack_overflow.js:31
|
||||
function stackOverflow() {
|
||||
^
|
||||
RangeError: Maximum call stack size exceeded
|
||||
|
|
Loading…
Reference in New Issue