Merge branch 'master' into refactor-686

This commit is contained in:
Jesse Szwedko
2017-12-11 18:51:46 -08:00
committed by GitHub

1
app.go
View File

@@ -453,7 +453,6 @@ func (a *App) hasFlag(flag Flag) bool {
}
func (a *App) errWriter() io.Writer {
// When the app ErrWriter is nil use the package level one.
if a.ErrWriter == nil {
return ErrWriter