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:
authorRich Trott <rtrott@gmail.com>2021-06-13 15:14:01 +0300
committerRich Trott <rtrott@gmail.com>2021-06-16 04:43:14 +0300
commit6dbff83730ecba32df3f734c474a02614ff6b8a6 (patch)
treeb688c290b47480eb0cd9de02aeb4ba47fcd67213 /doc/api/errors.md
parentfa009e1428f3f59cfed9cf96c59291594b6ac089 (diff)
errors: add ERR_DEBUGGER_STARTUP_ERROR
PR-URL: https://github.com/nodejs/node/pull/39024 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 73b0a2b1b55..7ac741bba68 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1015,6 +1015,14 @@ added: REPLACEME
An error occurred with the [debugger][].
+<a id="ERR_DEBUGGER_STARTUP_ERROR"></a>
+### `ERR_DEBUGGER_STARTUP_ERROR`
+<!-- YAML
+added: REPLACEME
+-->
+
+The [debugger][] timed out waiting for the required host/port to be free.
+
<a id="ERR_DLOPEN_FAILED"></a>
### `ERR_DLOPEN_FAILED`
<!-- YAML