Skip to content

Commit

Permalink
fixes #489 Fix for #480 causes disengage to stall for another event
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Sep 27, 2021
1 parent beb254a commit 0f66ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tty_unix.go
Expand Up @@ -72,7 +72,6 @@ func (tty *devTty) Start() error {
if tty.f, err = os.OpenFile(tty.dev, os.O_RDWR, 0); err != nil {
return err
}
tty.fd = int(tty.f.Fd())

if !term.IsTerminal(tty.fd) {
return errors.New("device is not a terminal")
Expand Down

0 comments on commit 0f66ee8

Please sign in to comment.