-
Fix: Process done marker not found in read with timeout
发布于
2024-06-19 22:39:02 +00:00 | 1582 次提交 在此版本后已推送到 mainThis happened when both stderr and stdout were written to.
There was no guarantee that the suffix that prints the exit status would
actually be last.Fix:
- Add a bit of timeout
- Search in all lines rather than just the last one for the exit code
Either of these should reasonably fix this.
Closes #595
下载附件