Files
kubesphere/vendor/github.com/sirupsen/logrus/terminal_check_js.go
2023-02-12 23:09:20 +08:00

8 lines
77 B
Go

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