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>
8 lines
341 B
Plaintext
8 lines
341 B
Plaintext
Error: test
|
|
at one (*fixtures*async-error.js:4:9)
|
|
at two (*fixtures*async-error.js:17:9)
|
|
at process.processTicksAndRejections (node:internal/process/task_queues:*:*)
|
|
at async three (*fixtures*async-error.js:20:3)
|
|
at async four (*fixtures*async-error.js:24:3)
|
|
at async main (*message*async_error_nexttick_main.js:7:5)
|