diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 8d16d7f4d0effc..811821239e33c0 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -426,16 +426,20 @@ See [`Intl.Segmenter`](https://github.com/tc39/proposal-intl-segmenter). ### DEP0018: Unhandled promise rejections -Type: Runtime +Type: End-of-Life -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. +Unhandled promise rejections are deprecated. By default, promise rejections +that are not handled terminate the Node.js process with a non-zero exit +code. To change the way Node.js treats unhandled rejections, use the +[`--unhandled-rejections`][] command-line option. ### DEP0019: `require('.')` resolved outside directory