diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 0f022eb9482710..8f2ac384f707d6 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -1508,6 +1508,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`