diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 6882b017ad3e05..5a0f46596395c1 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -1498,6 +1498,9 @@ then this will be `null`. `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will refer to the same value. +The `subprocess.stderr` property can be `null` if the child process could +not be successfully spawned. + ### `subprocess.stdin`