1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-14 15:23:18 +00:00
Files
rclone/vendor/github.com/sirupsen/logrus/terminal_check_js.go
2020-06-29 14:44:57 +01:00

8 lines
77 B
Go

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