mirror of
https://github.com/zebrajr/node.git
synced 2025-12-08 07:39:01 +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
715 B
Plaintext
18 lines
715 B
Plaintext
*tabs.coffee:26
|
|
alert "I knew it!"
|
|
^
|
|
|
|
ReferenceError: alert is not defined
|
|
at Object.<anonymous> (*tabs.coffee:39:5)
|
|
-> *tabs.coffee:26:2*
|
|
at Object.<anonymous> (*tabs.coffee:53:4)
|
|
-> *tabs.coffee:1:14*
|
|
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_reference_error_tabs.js:*
|
|
at Module._compile (node:internal/modules/cjs/loader:*
|