8 lines
77 B
Go
Raw Normal View History

2020-05-24 00:06:21 +02:00
// +build js
package logrus
func isTerminal(fd int) bool {
return false
}