kubernetes/vendor/github.com/sirupsen/logrus/terminal_check_js.go

// +build js

package logrus

func isTerminal(fd int) bool {
	return false
}