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
Instead of doing Popen with a piped stderr / stdin and then reading/printing what we read, let's instead just hand the existing stdout/err through to the spawned process. It saves complexity and ensures that no IO buffering messes up line-wise output.
0 commit comments