wg-quicker/vendor/github.com/sirupsen/logrus/terminal_check_js.go

8 lines
77 B
Go
Raw Normal View History

// +build js
package logrus
2022-01-07 20:20:48 +01:00
func isTerminal(fd int) bool {
return false
}