add missing vendor file

pull/6635/head
Megan Marsh 8 years ago
parent c5b346b07b
commit d6b893fb06

@ -0,0 +1,11 @@
// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}
Loading…
Cancel
Save