pull/1492/head
SparkLee 3 years ago committed by GitHub
parent 04bc0e63ba
commit 09969457e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app.go

@ -116,7 +116,7 @@ func (a *App) Run() error {
case <-c: case <-c:
err := a.Stop() err := a.Stop()
if err != nil { if err != nil {
a.opts.logger.Errorf("failed to app stop: %v", err) a.opts.logger.Errorf("failed to stop app: %v", err)
} }
} }
} }

Loading…
Cancel
Save