1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00

fix: 解决系统启动时同步应用导致的报错 (#1301)

This commit is contained in:
zhengkunwang223 2023-06-08 23:20:11 +08:00 committed by GitHub
parent e91b7caf4f
commit de7ef19034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ func syncApp() {
}
global.LOG.Info("sync app start...")
if err := service.NewIAppService().SyncAppListFromRemote(); err != nil {
global.LOG.Errorf("sync app error: %s", err.Error())
global.LOG.Errorf("sync app error")
return
}
global.LOG.Info("sync app successful")