forked from toolshed/abra
9 lines
91 B
Go
9 lines
91 B
Go
//go:build js
|
|
// +build js
|
|
|
|
package logrus
|
|
|
|
func isTerminal(fd int) bool {
|
|
return false
|
|
}
|