source: code/trunk/vendor/github.com/sirupsen/logrus/terminal_check_js.go@ 67

Last change on this file since 67 was 67, checked in by Izuru Yakumo, 23 months ago

Use vendored modules

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 77 bytes
Line 
1// +build js
2
3package logrus
4
5func isTerminal(fd int) bool {
6 return false
7}
Note: See TracBrowser for help on using the repository browser.