Add terminal_check_js.go file, for compatibility with GopherJS
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +build js
|
||||
|
||||
package logrus
|
||||
|
||||
func isTerminal(fd int) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user