terminal_check_js.go 77 B

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