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 0e852dcb100..9cbcd0d5ac6 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -459,7 +459,7 @@ The `*-deprecation` command-line flags only affect warnings that use the name
### Event: `'worker'`
<!-- YAML
-added: REPLACEME
+added: v16.2.0
-->
* `worker` {Worker} The {Worker} that was created.