lazydocker/vendor/github.com/sirupsen/logrus/terminal_check_js.go
Sebastiaan van Stijn 6217ba0808
go.mod: github.com/sirupsen/logrus v1.9.3
update to the current version, which addresses some issues with current
Go versions, and removes the legacy konsorten/go-windows-terminal-sequences
dependency.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:02:02 +02:00

7 lines
77 B
Go

// +build js
package logrus
func isTerminal(fd int) bool {
return false
}