PR-URL: https://github.com/nodejs/node/pull/44197 Backport-PR-URL: https://github.com/nodejs/node/pull/46535 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com>
10 lines
346 B
Text
10 lines
346 B
Text
*enclosing-call-site.js:16
|
|
throw new Error('an error!')
|
|
^
|
|
|
|
Error: an error!
|
|
at functionD (*enclosing-call-site.js:16:17)
|
|
at functionC (*enclosing-call-site.js:10:3)
|
|
at functionB (*enclosing-call-site.js:6:3)
|
|
at functionA (*enclosing-call-site.js:2:3)
|
|
at Object.<anonymous> (*enclosing-call-site.js:24:3)
|