mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
5de3cf099c
Assigns a static identifier code to all runtime and documentation only deprecations. The identifier code is included in the emitted DeprecationWarning. Also adds a deprecations.md to the API docs to provide a central location where deprecation codes can be referenced and explained. PR-URL: https://github.com/nodejs/node/pull/10116 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michal Zasso <targos@protonmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
32 lines
878 B
Plaintext
32 lines
878 B
Plaintext
(node:*) Error: This was rejected
|
|
at * (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|
|
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 *
|
|
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.then (native)
|
|
at Promise.catch (native)
|
|
at Immediate.setImmediate (*test*message*unhandled_promise_trace_warnings.js:*)
|
|
at *
|
|
at *
|
|
at *
|