Closed bcoughlan closed 5 months ago
Hi @bcoughlan,
Thanks for reaching out.
To avoid capturing output, the buffer
option must be set to false
.
Thank you so much, that worked. Apologies for the noise.
Hello, sorry to bother you.
Can I retain the original output text color in the terminal when both inherit
and transform
are present?
Or could this become a feature
?
I want to match the output text content for corresponding processing without affecting the original output format.
Sorry, I got the answer in https://github.com/sindresorhus/execa/issues/69#issuecomment-704901634 . Apologies for the noise.
121 implemented the ability to transform stdout/stderr while using inherit. However the output is captured, like
pipe
mode, which is a source of memory leaks for long running processes.Example:
Expected: thrown error does not contain stdio or stderr properties.
Actual: output includes...