Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
b9b1afb342c3e9b8d15f940e7c32379a37d49fd5
/
.
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
blob: 0c209750a334676aa3bc9e72820c49029e7c72cc [
file
] [
log
] [
blame
]
// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}