...

Source file src/github.com/sirupsen/logrus/terminal_check_js.go

Documentation: github.com/sirupsen/logrus

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

View as plain text