1// +build js
2
3package logrus
4
5func isTerminal(fd int) bool {
6	return false
7}
8