mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-05 00:59:19 +02:00
chore: go mod vendor
This commit is contained in:
committed by
Jesse Duffield
parent
a9fa3b2af1
commit
2c7c99522b
1
vendor/github.com/gdamore/tcell/v2/tty_unix.go
generated
vendored
1
vendor/github.com/gdamore/tcell/v2/tty_unix.go
generated
vendored
@ -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")
|
||||
|
Reference in New Issue
Block a user