5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 06:42:31 +00:00
matterbridge/vendor/github.com/sirupsen/logrus/terminal_check_js.go
2020-05-24 00:06:21 +02:00

8 lines
77 B
Go

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