blob: 0c209750a334676aa3bc9e72820c49029e7c72cc [file] [log] [blame]
khenaidooac637102019-01-14 15:44:34 -05001// +build js
2
3package logrus
4
5import (
6 "io"
7)
8
9func checkIfTerminal(w io.Writer) bool {
10 return false
11}