mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
When --enable-source-maps is set, the error context displayed above the stack trace now shows original source rather than transpiled. PR-URL: https://github.com/nodejs/node/pull/33491 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
18 lines
699 B
Plaintext
18 lines
699 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 (internal/modules/cjs/loader.js:*
|
|
at Object.Module._extensions..js (internal/modules/cjs/loader.js:*
|
|
at Module.load (internal/modules/cjs/loader.js:*
|
|
at Function.Module._load (internal/modules/cjs/loader.js:*
|
|
at Module.require (internal/modules/cjs/loader.js:*
|
|
at require (internal/modules/cjs/helpers.js:*
|
|
at Object.<anonymous> (*source_map_reference_error_tabs.js:*
|
|
at Module._compile (internal/modules/cjs/loader.js:*
|