🎨 自动校验索引时排除非 id 格式的 .sy 文件 Fix https://github.com/siyuan-note/siyuan/issues/7111
This commit is contained in:
parent
c87bb94a60
commit
5ada15c0ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue