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>
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
*uglify-throw-original.js:5
|
|
throw Error('goodbye');
|
|
^
|
|
|
|
Error: goodbye
|
|
at *uglify-throw.js:1:43
|
|
-> at Hello *uglify-throw-original.js:5:9*
|
|
at Immediate.<anonymous> (*uglify-throw.js:1:60)
|
|
-> *uglify-throw-original.js:9:3*
|
|
at processImmediate (node:internal/timers:*)
|