Skip to content

Commit

Permalink
fixes gdamore#489 Fix for gdamore#480 causes disengage to stall for a…
Browse files Browse the repository at this point in the history
…nother event (gdamore#490)
  • Loading branch information
gdamore authored Sep 27, 2021
1 parent beb254a commit 8d48900
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tty_unix.go
Original file line number Diff line number Diff line change
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 8d48900

Please sign in to comment.