mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
There are some changes for function names in stack traces. PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
16 lines
639 B
Plaintext
16 lines
639 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*
|
|
at Module._compile (node:internal/modules/cjs/loader:*)
|
|
at Module._extensions..js (node:internal/modules/cjs/loader:*)
|
|
at Module.load (node:internal/modules/cjs/loader:*)
|
|
at Module._load (node:internal/modules/cjs/loader:*)
|
|
at Module.require (node:internal/modules/cjs/loader:*)
|
|
at require (node:internal/modules/cjs/helpers:*)
|
|
at Object.<anonymous> (*source_map_throw_catch.js:6:3)
|
|
at Module._compile (node:internal/modules/cjs/loader:*)
|