mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
If symbol names array has been populated in source map, include original symbol name in error message. Fixes https://github.com/nodejs/node/issues/35325 PR-URL: https://github.com/nodejs/node/pull/36042 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
18 lines
760 B
Plaintext
18 lines
760 B
Plaintext
reachable
|
|
*typescript-throw.ts:18
|
|
throw Error('an exception');
|
|
^
|
|
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*
|
|
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:*)
|
|
at Object.<anonymous> (*source_map_throw_catch.js:6:3)
|
|
at Module._compile (node:internal/modules/cjs/loader:*)
|