5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-16 23:39:14 +00:00

8 lines
77 B
Go
Raw Normal View History

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