commit
119bb65648
1
app.go
1
app.go
@ -453,7 +453,6 @@ func (a *App) hasFlag(flag Flag) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (a *App) errWriter() io.Writer {
|
func (a *App) errWriter() io.Writer {
|
||||||
|
|
||||||
// When the app ErrWriter is nil use the package level one.
|
// When the app ErrWriter is nil use the package level one.
|
||||||
if a.ErrWriter == nil {
|
if a.ErrWriter == nil {
|
||||||
return ErrWriter
|
return ErrWriter
|
||||||
|
Loading…
Reference in New Issue
Block a user