1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-20 00:42:55 +00:00
duplicity-backup/vendor/github.com/sirupsen/logrus/terminal_check_js.go

12 lines
105 B
Go
Raw Normal View History

// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}