mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 00:04:25 +00:00
8 lines
77 B
Go
8 lines
77 B
Go
|
// +build js
|
||
|
|
||
|
package logrus
|
||
|
|
||
|
func isTerminal(fd int) bool {
|
||
|
return false
|
||
|
}
|