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
In certain situations, the read of the terminal fd will fail, returning
an EINTR on Darwin. This causes the status report to be printed to
stdout, since the read never occurs.
Similar to issue golang/go#22838Fixes: #12
0 commit comments