mirror of https://github.com/lukechilds/node.git
Browse Source
PR-URL: https://github.com/nodejs/node/pull/15110 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>canary-base
Ruben Bridgewater
7 years ago
2 changed files with 0 additions and 22 deletions
@ -1,18 +0,0 @@ |
|||
// Flags: --stack_trace_limit=3
|
|||
|
|||
'use strict'; |
|||
require('../common'); |
|||
|
|||
async function f() { |
|||
await f(); |
|||
} |
|||
|
|||
async function g() { |
|||
try { |
|||
await f(); |
|||
} catch (e) { |
|||
console.log(e); |
|||
} |
|||
} |
|||
|
|||
g(); |
@ -1,4 +0,0 @@ |
|||
RangeError: Maximum call stack size exceeded |
|||
at f (*test*message*stack_overflow_async.js:*) |
|||
at f (*test*message*stack_overflow_async.js:7:*) |
|||
at f (*test*message*stack_overflow_async.js:7:*) |
Loading…
Reference in new issue