1
0
mirror of https://github.com/strongdm/comply synced 2024-07-08 09:21:47 +00:00
comply/vendor/github.com/sirupsen/logrus/terminal_check_js.go

8 lines
77 B
Go

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