process-conduit icon indicating copy to clipboard operation
process-conduit copied to clipboard

How can I grab stderr?

Open erikd opened this issue 12 years ago • 0 comments

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.

erikd avatar Oct 16 '12 22:10 erikd