2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
cointop/vendor/github.com/sirupsen/logrus/terminal_check_js.go

8 lines
77 B
Go
Raw Normal View History

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