mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
The various `subprocess.stdwhatever` properties can be null or undefined in certain conditions. Fixes: https://github.com/nodejs/node/issues/33458 Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/36784 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>