mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 17:01:08 +00:00

Adapt to changes in async stack traces and function name inference PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
(node:*) UnhandledPromiseRejectionWarning: Error: This was rejected
|
|
at * (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
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 *
|
|
at *
|
|
(node:*) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
at *
|
|
(node:*) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
|
|
at handledRejection (internal/process/promises.js:*)
|
|
at promiseRejectHandler (internal/process/promises.js:*)
|
|
at Promise.then *
|
|
at Promise.catch *
|
|
at Immediate.<anonymous> (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|