would we ever want to interleave stdout and stderr...
# development
h
would we ever want to interleave stdout and stderr in
ExecuteProcessResult
? I’m trying to debug an issue that would very much help to have the two interleaved so that I can see the timing of when what triggers. Generally, I suspect end users would expect their output for things like
./test pytest
to be interleaved, just as V1 is interleaved