Fix noinlineerr findings: internal/cli (refs #61)
This commit is contained in:
@@ -418,7 +418,8 @@ nuke --force' — it is the single supported entry point for that.`,
|
||||
}
|
||||
}
|
||||
|
||||
if err := v.Shutdowner.Shutdown(); err != nil {
|
||||
err = v.Shutdowner.Shutdown()
|
||||
if err != nil {
|
||||
log.Error("Failed to shutdown", "error", err)
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user