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