This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
byop
/
byop-engine
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
80466a988b
Branches
Tags
main
byop-engine
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
terminal_check_js.go
77 B
Historique
Raw
1
2
3
4
5
6
7
// +build js
package logrus
func isTerminal(fd int) bool {
return false
}