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

12 lines
105 B
Go
Raw Normal View History

// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}