chore: temporary update general in ParseRawConfig and rollback before its retur

This commit is contained in:
wwqgtxx
2024-10-05 19:23:01 +08:00
parent 9937ae1002
commit 8e6eb70e71
3 changed files with 46 additions and 33 deletions

View File

@@ -58,7 +58,7 @@ func (u *UIUpdater) AutoDownloadUI() {
log.Infoln("External UI downloading ...")
err := u.downloadUI()
if err != nil {
log.Errorln("Error downloading UI:", err)
log.Errorln("Error downloading UI: %s", err)
}
}
}