Skip to content

v3.4.4: Ignore os error 25(ENOTTY) (#61)

Choose a tag to compare

@github-actions github-actions released this 27 Mar 23:12
· 32 commits to main since this release
caf3e30
### Changes
- Updated error handling in the `Pty` class to also ignore 'os error 25'
(ENOTTY) in addition to 'os error 9' (EBADF) when the PTY has exited or
is not a terminal device.