fix: test
Some checks are pending
Trigger CMFA Update / trigger-CMFA-update (push) Waiting to run

This commit is contained in:
wwqgtxx 2024-10-05 19:23:01 +08:00
parent 9937ae1002
commit 3252c41d3e

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)
}
}
}