blob: ebdae3ec626291e83ff263f06725537cbbb5ebb6 [file]
// +build js
package logrus
func isTerminal(fd int) bool {
return false
}