diff options
Diffstat (limited to 'vendor/github.com/sirupsen/logrus/terminal_check_js.go')
-rw-r--r-- | vendor/github.com/sirupsen/logrus/terminal_check_js.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_js.go b/vendor/github.com/sirupsen/logrus/terminal_check_js.go new file mode 100644 index 0000000..ebdae3e --- /dev/null +++ b/vendor/github.com/sirupsen/logrus/terminal_check_js.go | |||
@@ -0,0 +1,7 @@ | |||
1 | // +build js | ||
2 | |||
3 | package logrus | ||
4 | |||
5 | func isTerminal(fd int) bool { | ||
6 | return false | ||
7 | } | ||