Skip to content
Prev Previous commit
Next Next commit
Update doc/api/child_process.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
gireeshpunathil and aduh95 authored Nov 1, 2024
commit c065ea7dc02e131eb0c7bca9a9cd386ac29dccdb
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ process.send({ foo: 'bar', baz: NaN });
```

Child Node.js processes will have a [`process.send()`][] method of their own
that allows the child process to send messages back to the parent.
that allows the child process to send messages back to the parent process.

There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages
containing a `NODE_` prefix in the `cmd` property are reserved for use within
Expand Down