2026-04-17 11:56:39 +07:00

8 lines
80 B
Go

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