Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 5641725

Browse files
committed
Revert "test: stack overflow output"
This reverts commit f8519e1. Recent update to V8 fixes the problem where it incorrectly reports the line number as 0 for thrown RangeErrors.
1 parent 3b95d88 commit 5641725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/message/stack_overflow.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
before
22

3-
*test*message*stack_overflow.js:0
4-
(function (exports, require, module, __filename, __dirname) { // Copyright Joy
5-
^
3+
*test*message*stack_overflow.js:31
4+
function stackOverflow() {
5+
^
66
RangeError: Maximum call stack size exceeded

0 commit comments

Comments
 (0)