blob: 0c209750a334676aa3bc9e72820c49029e7c72cc [file] [log] [blame]
// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}