mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
21782277c2
This change allows for easier recognition of builtin modules in stack traces. Refs: https://github.com/nodejs/node/issues/11893 PR-URL: https://github.com/nodejs/node/pull/35498 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com>
27 lines
726 B
Plaintext
27 lines
726 B
Plaintext
(node:*) UnhandledPromiseRejectionWarning: Error: This was rejected
|
|
at * (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
(node:*) Error: This was rejected
|
|
at * (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
(node:*) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
|
|
at handledRejection (node:internal/process/promises:*)
|
|
at promiseRejectHandler (node:internal/process/promises:*)
|
|
at Promise.then *
|
|
at Promise.catch *
|
|
at Immediate.<anonymous> (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|