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
Fix: Process done marker not found in read with timeout
This 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