Gitea 代码
 
 
 
 
 
 

7 lines
77 B

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