🎨 自动校验索引时排除非 id 格式的 .sy 文件 Fix https://github.com/siyuan-note/siyuan/issues/7111

This commit is contained in:
Liang Ding 2023-01-18 13:58:21 +08:00
parent c87bb94a60
commit 5ada15c0ed
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -526,7 +526,7 @@ func CheckoutRepo(id string) (err error) {
Conf.Save()
if util.IsMutexLocked(&syncLock) {
err = errors.New("Sync is running, please try again later")
err = errors.New("sync is running, please try again later")
return
}