Keep terminal check naming convention

This commit is contained in:
Kwok-kuen Cheung
2018-08-06 00:43:49 +08:00
parent eed1c0f832
commit da39da2348
2 changed files with 2 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}