Files
Kmake/test/fixtures/source-map/output/source_map_throw_first_tick.snapshot
2026-05-26 23:36:42 -07:00

12 lines
281 B
Plaintext

reachable
*/test/fixtures/source-map/typescript-throw.ts:18
throw Error('an exception');
^
Error: an exception
at branch (*/test/fixtures/source-map/typescript-throw.ts:18:11)
at Object.<anonymous> (*/test/fixtures/source-map/typescript-throw.ts:24:1)
Node.js *