3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-01-12 21:42:39 +01: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
}