4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-05 18:24:03 +00:00
Files
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
}