This website requires JavaScript.
Explore
Help
Sign In
jasder
/
runc
Watch
1
Star
0
Fork
You've already forked runc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dc9a7879f9
runc
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
8 lines
77 B
Go
Raw
Normal View
History
Unescape
Escape
Remove redundant log function Bump logrus so that we can use logrus.StandardLogger().Logf instead Co-authored-by: Julia Nedialkova <julianedialkova@hotmail.com> Signed-off-by: Georgi Sabev <georgethebeatle@gmail.com>
2019-04-22 20:57:35 +08:00
// +build js
package
logrus
update vendor Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-03-25 01:50:15 +08:00
func
isTerminal
(
fd
int
)
bool
{
Remove redundant log function Bump logrus so that we can use logrus.StandardLogger().Logf instead Co-authored-by: Julia Nedialkova <julianedialkova@hotmail.com> Signed-off-by: Georgi Sabev <georgethebeatle@gmail.com>
2019-04-22 20:57:35 +08:00
return
false
}