mirror of https://github.com/sirupsen/logrus.git
Keep terminal check naming convention
This commit is contained in:
parent
eed1c0f832
commit
da39da2348
|
@ -1,4 +1,4 @@
|
|||
// +build appengine js
|
||||
// +build appengine
|
||||
|
||||
package logrus
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@ import (
|
|||
"io"
|
||||
)
|
||||
|
||||
func (f *TextFormatter) checkIfTerminal(w io.Writer) bool {
|
||||
func checkIfTerminal(w io.Writer) bool {
|
||||
return false
|
||||
}
|
Loading…
Reference in New Issue