🎨 同步时如果发现数据仓库损坏则自动重建仓库 Fix https://github.com/siyuan-note/siyuan/issues/6144

This commit is contained in:
Liang Ding 2022-10-10 20:35:19 +08:00
parent 04a46b0c1a
commit 3a9f0e2bc6
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -693,6 +693,7 @@ func indexRepoBeforeCloudSync(repo *dejavu.Repo) (err error) {
if nil != resetErr {
return
}
err = nil
}
if nil != err {