You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
#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...
The text was updated successfully, but these errors were encountered: