We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea12038 commit 23b3bbfCopy full SHA for 23b3bbf
doc/api/errors.md
@@ -577,8 +577,8 @@ Used when `Console` is instantiated without `stdout` stream or when `stdout` or
577
<a id="ERR_FALSY_VALUE_REJECTION"></a>
578
### ERR_FALSY_VALUE_REJECTION
579
580
-The `ERR_FALSY_VALUE_REJECTION` error code is used by the `util.callbackify()`
581
-API when a callbackified `Promise` is rejected with a falsy value (e.g. `null`).
+Used by the `util.callbackify()` API when a callbackified `Promise` is rejected
+with a falsy value (e.g. `null`).
582
583
<a id="ERR_INDEX_OUT_OF_RANGE"></a>
584
### ERR_INDEX_OUT_OF_RANGE
0 commit comments