How can I grab stderr?
Opened this issue · 0 comments
erikd commented
Currently with process-conduit, stderr of the process ends up on the console.
I was wondering if you could think of a way to capture the stderr of a process started with sourceProcess or conduitProcess, but keeping the S.ByteString output type of each of these conduits.