mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
d49df5ca8d
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>
10 lines
313 B
Plaintext
10 lines
313 B
Plaintext
*test*message*timeout_throw.js:*
|
|
undefined_reference_error_maker;
|
|
^
|
|
ReferenceError: undefined_reference_error_maker is not defined
|
|
at Timeout._onTimeout (*test*message*timeout_throw.js:*:*)
|
|
at listOnTimeout (node:internal/timers:*:*)
|
|
at process.processTimers (node:internal/timers:*:*)
|
|
|
|
Node.js *
|