Files
Kmake/test/fixtures/source-map/output/source_map_throw_construct.snapshot

14 lines
337 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*/test/fixtures/source-map/output/source_map_throw_construct.mts:13
throw new Error('message');
^
Error: message
at new Foo (*/test/fixtures/source-map/output/source_map_throw_construct.mts:13:11)
at <anonymous> (*/test/fixtures/source-map/output/source_map_throw_construct.mts:17:1)
*
*
*
Node.js *