node/test/message/source_map_enclosing_function.out
Geoffrey Booth fc47d58abe
test: remove cjs loader from stack traces
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>
2023-03-27 11:19:02 +01:00

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)