Files
mstore/vendor/github.com/sirupsen/logrus/terminal_check_js.go
T
2026-02-21 13:16:56 +02:00

8 lines
77 B
Go

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