This commit is contained in:
Liang Ding
2022-08-21 17:23:32 +08:00
parent e8f91d4229
commit bbe42972db

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
}