mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
fix: update check failure should not cause exit
This commit is contained in:
parent
02baab148a
commit
9b7bca4d18
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func runCheckUpdate(cmd *cobra.Command, args []string) {
|
|||
checker := utils.NewServerUpdateChecker(appVersion, appPlatform, appArch, appType)
|
||||
resp, err := checker.Check()
|
||||
if err != nil {
|
||||
logger.Fatal("failed to check for updates", zap.Error(err))
|
||||
logger.Error("failed to check for updates", zap.Error(err))
|
||||
}
|
||||
if resp.HasUpdate {
|
||||
logger.Info("update available",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue