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:
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 28280b2e7cf..04cd3dc6a68 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1006,7 +1006,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][].
@@ -1014,7 +1014,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.