mirror of
https://github.com/rclone/rclone.git
synced 2025-02-24 11:43:33 +08:00
8 lines
77 B
Go
8 lines
77 B
Go
// +build js
|
|
|
|
package logrus
|
|
|
|
func isTerminal(fd int) bool {
|
|
return false
|
|
}
|