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
284 B
Plaintext
10 lines
284 B
Plaintext
|
|
*test*message*nexttick_throw.js:*
|
|
undefined_reference_error_maker;
|
|
^
|
|
ReferenceError: undefined_reference_error_maker is not defined
|
|
at *test*message*nexttick_throw.js:*:*
|
|
at process.processTicksAndRejections (node:internal/process/task_queues:*:*)
|
|
|
|
Node.js *
|