diff --git a/app.go b/app.go index 48de351..1876b5c 100644 --- a/app.go +++ b/app.go @@ -468,7 +468,7 @@ func (a *App) appendFlag(flag Flag) { } } -func (a *App) handleExitCoder(context *Context, error) { +func (a *App) handleExitCoder(context *Context, err error) { if a.ExitErrHandler != nil { a.ExitErrHandler(context, err) } else {