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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 156243f9499..135e0e0751a 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2349,7 +2349,7 @@ cannot be imported through the package resolution, unless using an absolute URL.
### `ERR_PARSE_ARGS_INVALID_OPTION_VALUE`
<!-- YAML
-added: REPLACEME
+added: v18.3.0
-->
When `strict` set to `true`, thrown by [`util.parseArgs()`][] if a {boolean}
@@ -2361,7 +2361,7 @@ value is provided for an option of type {boolean}.
### `ERR_PARSE_ARGS_UNEXPECTED_POSITIONAL`
<!-- YAML
-added: REPLACEME
+added: v18.3.0
-->
Thrown by [`util.parseArgs()`][], when a postional argument is provided and
@@ -2372,7 +2372,7 @@ Thrown by [`util.parseArgs()`][], when a postional argument is provided and
### `ERR_PARSE_ARGS_UNKNOWN_OPTION`
<!-- YAML
-added: REPLACEME
+added: v18.3.0
-->
When `strict` set to `true`, thrown by [`util.parseArgs()`][] if an argument