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/process.md')
-rw-r--r--doc/api/process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 0eaeef8ba3e..5139ad95d88 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -99,7 +99,7 @@ not be the same as what is originally sent.
### Event: 'multipleResolves'
<!-- YAML
-added: REPLACEME
+added: v10.12.0
-->
* `type` {string} The error type. One of `'resolve'` or `'reject'`.