gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

terminal_check_js.go (77B)


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