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.
The key has expired.
๐ Features
Expose IPty.pause(), IPty.resume() APIs to pause and resume the socket respectively (#452) via @meganrogge, this can be used to implement flow control by blocking the process output
๐ Bug fixes
Don't resolve symlinks when launching shell by setting $PWD (#156) via @vvavrychuk
Temporarily block signals during forking (#218) via @jerch
Throw when args is not a string | string[] (#396) via @Tyriar
Fix process name returning garbled text sometimes on macOS (#401) via @Tyriar