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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
bugfix
The check to see if stdin is available sometimes failed due to a race condition #137. This was fixed by rechecking after 1 second #138. In most cases, this will be sufficient.