ChildProcess.make defaults to "pipe" for all stdio streams. Formatters that wait on stdin EOF or write enough output to fill pipe buffers would hang. Matches the original Process.spawn behavior.
ChildProcess.make defaults to "pipe" for all stdio streams. Formatters that wait on stdin EOF or write enough output to fill pipe buffers would hang. Matches the original Process.spawn behavior.