Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2021-06-13 06:42:55 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-06-23 14:42:28 +0300
commit84d6ce9fd15a20c0d0c8c23e9b6c0d1b25b8325f (patch)
treeb09e7d2f018e1e3c2df52075eea01c9ee90b58b7 /doc/api/errors.md
parentd65514bc29ff4e91ae560884d10483e33012e095 (diff)
2021-06-23, Version 16.4.0 (Current)
Notable changes: * async_hooks: * stabilize part of AsyncLocalStorage (Vladimir de Turckheim) https://github.com/nodejs/node/pull/37675 * deps: * upgrade npm to 7.18.1 (npm-robot) https://github.com/nodejs/node/pull/39065 * update V8 to 9.1.269.36 (Michaƫl Zasso) https://github.com/nodejs/node/pull/38273 * dns: * allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) https://github.com/nodejs/node/pull/38099 PR-URL: https://github.com/nodejs/node/pull/39031
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 7ac741bba68..6257619ba04 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1010,7 +1010,7 @@ An attempt to invoke an unsupported crypto operation was made.
<a id="ERR_DEBUGGER_ERROR"></a>
### `ERR_DEBUGGER_ERROR`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
An error occurred with the [debugger][].
@@ -1018,7 +1018,7 @@ An error occurred with the [debugger][].
<a id="ERR_DEBUGGER_STARTUP_ERROR"></a>
### `ERR_DEBUGGER_STARTUP_ERROR`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
The [debugger][] timed out waiting for the required host/port to be free.