5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/sirupsen/logrus/terminal_check_js.go

8 lines
77 B
Go
Raw Normal View History

2020-05-23 22:06:21 +00:00
// +build js
package logrus
func isTerminal(fd int) bool {
return false
}