mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
dfc1b0cd51
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
8 lines
77 B
Go
8 lines
77 B
Go
// +build js
|
|
|
|
package logrus
|
|
|
|
func isTerminal(fd int) bool {
|
|
return false
|
|
}
|