diff --git a/doc/api/child_process.md b/doc/api/child_process.md index c7109901f4fd34..87e85f3b14f034 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -356,6 +356,9 @@ output on this fd is expected to be line delimited JSON objects. *Note*: Unlike the fork(2) POSIX system call, `child_process.fork()` does not clone the current process. +*Note*: The `shell` option available in [`child_process.spawn()`][] is not +supported by `child_process.fork()` and will be ignored if set. + ### child_process.spawn(command[, args][, options])