OSSubprocess icon indicating copy to clipboard operation
OSSubprocess copied to clipboard

How do I redirect stdout/stderr?

Open khinsen opened this issue 3 years ago • 4 comments

The class comment on OSSUnixSubprocess gives an example for output redirection saying

redirectStderrTo: '/tmp/stderrFile.txt' asFileReference writeStream

This no longer works because of the new file stream implementation. Is there another way to get the same effect, or is output redirection unsupported now?

khinsen avatar Mar 04 '21 17:03 khinsen