From 75343b19450e2ad0fef75841751236ed33336441 Mon Sep 17 00:00:00 2001 From: Matthew Francis Brunetti Date: Wed, 28 Oct 2020 04:11:33 -0400 Subject: [PATCH] doc: Document version introducing ChildProcess 'spawn' event This replaces a placeholder that was added in the commit which added the new ChildProcess 'spawn' event. Refs: https://github.com/nodejs/node/pull/35369 --- doc/api/child_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 0f78ba9d44e404..2d39bd2d109327 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -1038,7 +1038,7 @@ See [Advanced serialization][] for more details. ### Event: `'spawn'` The `'spawn'` event is emitted once the child process has spawned successfully.