blob: 97af92c68ea2d7b305f501ae610aee16e8e205db [file] [log] [blame]
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +00001// +build js nacl plan9
2
3package logrus
4
5import (
6 "io"
7)
8
9func checkIfTerminal(w io.Writer) bool {
10 return false
11}