forked from toolshed/abra
chore: vendor
This commit is contained in:
8
vendor/github.com/sirupsen/logrus/terminal_check_js.go
generated
vendored
Normal file
8
vendor/github.com/sirupsen/logrus/terminal_check_js.go
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
//go:build js
|
||||
// +build js
|
||||
|
||||
package logrus
|
||||
|
||||
func isTerminal(fd int) bool {
|
||||
return false
|
||||
}
|
Reference in New Issue
Block a user