mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
8a5a6852ca
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.