mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 细化云端同步锁提升稳定性 https://github.com/siyuan-note/siyuan/issues/5887
This commit is contained in:
parent
7bc8fba466
commit
90f45a420e
15 changed files with 79 additions and 81 deletions
|
|
@ -374,7 +374,7 @@ func installPackage(data []byte, installPath string) (err error) {
|
|||
}
|
||||
}
|
||||
srcPath := filepath.Join(unzipPath, dir)
|
||||
if err = gulu.File.Copy(srcPath, installPath); nil != err {
|
||||
if err = util.Copy(srcPath, installPath); nil != err {
|
||||
return
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue