Files
lti-api/vendor/github.com/sirupsen/logrus/terminal_check_js.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

8 lines
77 B
Go

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