mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-16 07:51:33 +01:00
9 lines
147 B
Go
9 lines
147 B
Go
// +build appengine
|
|
|
|
package logrus
|
|
|
|
// IsTerminal returns true if stderr's file descriptor is a terminal.
|
|
func IsTerminal() bool {
|
|
return true
|
|
}
|