stash/vendor/github.com/sirupsen/logrus/terminal_check_js.go
capnrowdy 404eaa32d2
Changes to Default Performer Images (for Accessibility) (#1489)
* Changes to support custom URL paths
* Refactor image resolver code
* Initialise box files at startup
* Update packr

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2021-08-10 13:51:31 +10:00

7 lines
77 B
Go

// +build js
package logrus
func isTerminal(fd int) bool {
return false
}