mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
There are some changes for function names in stack traces. PR-URL: https://github.com/nodejs/node/pull/42657 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
18 lines
610 B
Plaintext
18 lines
610 B
Plaintext
*tabs.coffee:26
|
|
alert "I knew it!"
|
|
^
|
|
|
|
ReferenceError: alert is not defined
|
|
at *tabs.coffee:26:2*
|
|
at *tabs.coffee:1:14*
|
|
at Module._compile (node:internal/modules/cjs/loader:*
|
|
at Module._extensions..js (node:internal/modules/cjs/loader:*
|
|
at Module.load (node:internal/modules/cjs/loader:*
|
|
at 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:*
|
|
|
|
Node.js *
|