This commit is contained in:
Liang Ding 2022-08-21 17:23:32 +08:00
parent e8f91d4229
commit bbe42972db
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -475,6 +475,7 @@ func syncRepo(boot, exit, byHand bool) (err error) {
msg := Conf.Language(26)
util.PushStatusBar(msg)
util.PushErrMsg(msg, 0)
err = errors.New(msg)
return
}