v1.2.3 Bugfixes
Bugfixes:
- In some conditions, the
fwrite()
command is called on a stream that has already been closed. Although this was already handled properly, it still emits a warning that is now suppressed. - Very rarely, in cases where you're running a command that consists of two commands piped together, the process could exit before an exit code is collected, causing a
TerminateException
. This has been fixed.