index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
blob: ebdae3ec626291e83ff263f06725537cbbb5ebb6 (
plain
)
1
2
3
4
5
6
7
// +build js package logrus func isTerminal(fd int) bool { return false }