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
interp: start using pty.Start again
All we need to do is close the primary terminal after cmd.Wait.
This also ensures that file is kept alive for long enough,
preventing a GC run from closing the file before cmd.Wait.
After this change, I am still unable to reproduce a failure.
For more, see: creack/pty#127