Move terminal package
fixes issue where terminal_check_notappengine.go can't access terminal package since terminal package is in an internal package
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/sirupsen/logrus/internal/terminal"
|
"github.com/sirupsen/logrus/terminal"
|
||||||
)
|
)
|
||||||
|
|
||||||
func checkIfTerminal(w io.Writer) bool {
|
func checkIfTerminal(w io.Writer) bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user