2019-09-30 05:15:39 +08:00
|
|
|
reachable
|
2020-05-25 07:00:46 +08:00
|
|
|
*typescript-throw.ts:18
|
|
|
|
throw Error('an exception');
|
|
|
|
^
|
2019-09-30 05:15:39 +08:00
|
|
|
Error: an exception
|
|
|
|
at branch (*typescript-throw.js:20:15)
|
|
|
|
-> *typescript-throw.ts:18:11
|
|
|
|
at Object.<anonymous> (*typescript-throw.js:26:1)
|
|
|
|
-> *typescript-throw.ts:24:1
|
2020-10-04 16:26:20 +08:00
|
|
|
at Module._compile (node:internal/modules/cjs/loader:*)
|
|
|
|
at Object.Module._extensions..js (node:internal/modules/cjs/loader:*)
|
|
|
|
at Module.load (node:internal/modules/cjs/loader:*)
|
|
|
|
at Function.Module._load (node:internal/modules/cjs/loader:*)
|
|
|
|
at Module.require (node:internal/modules/cjs/loader:*)
|
|
|
|
at require (node:internal/modules/cjs/helpers:*)
|
2019-09-30 05:15:39 +08:00
|
|
|
at Object.<anonymous> (*source_map_throw_catch.js:6:3)
|
2020-10-04 16:26:20 +08:00
|
|
|
at Module._compile (node:internal/modules/cjs/loader:*)
|