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/child_process.md')
-rw-r--r--doc/api/child_process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 6fe6079d4e8..96b4c16d9ce 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -778,7 +778,7 @@ to send messages.
### child.channel
<!-- YAML
-added: REPLACEME
+added: v7.1.0
-->
* {Object} A pipe representing the IPC channel to the child process.