mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
cbaf59c5b9
Get rid of separate function to call callback from _tickCallback as it no longer yields worthwhile performance improvement. Move some code from nextTick & internalNextTick into TickObject constructor to minimize duplication. PR-URL: https://github.com/nodejs/node/pull/16888 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
45 lines
1.1 KiB
Plaintext
45 lines
1.1 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 *
|
|
at *
|
|
at *
|
|
(node:*) Error: This was rejected
|
|
at * (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|
|
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 getAsynchronousRejectionWarningObject (internal/process/promises.js:*)
|
|
at rejectionHandled (internal/process/promises.js:*)
|
|
at *
|
|
at Promise.catch *
|
|
at Immediate.setImmediate (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|
|
at *
|
|
at *
|