node/test/message/source_map_throw_first_tick.out
Geoffrey Booth d6e626d54c
test: remove cjs loader from stack traces
PR-URL: https://github.com/nodejs/node/pull/44197
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2022-08-14 21:59:02 +00:00

10 lines
173 B
Plaintext

reachable
*typescript-throw.ts:18
throw Error('an exception');
^
Error: an exception
at *typescript-throw.ts:18:11*
at *typescript-throw.ts:24:1*
Node.js *