Skip to content

Commit

Permalink
doc: Document version introducing ChildProcess 'spawn' event
Browse files Browse the repository at this point in the history
This replaces a placeholder that was added in the commit which added
the new ChildProcess 'spawn' event.

Refs: nodejs#35369
  • Loading branch information
zenflow committed Oct 28, 2020
1 parent 3df5afb commit 75343b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Expand Up @@ -1038,7 +1038,7 @@ See [Advanced serialization][] for more details.

### Event: `'spawn'`
<!-- YAML
added: REPLACEME
added: v15.1.0
-->

The `'spawn'` event is emitted once the child process has spawned successfully.
Expand Down

0 comments on commit 75343b1

Please sign in to comment.