mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 Update av export
This commit is contained in:
parent
d08edc086f
commit
3cd6e0d953
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ func ImportSY(zipPath, boxID, toPath string) (err error) {
|
|||
}
|
||||
}
|
||||
|
||||
// storage 文件夹已在上方处理,所以这里删除源 storage 文件夹,避免后面拷贝到导入目录下
|
||||
// storage 文件夹已在上方处理,所以这里删除源 storage 文件夹,避免后面被拷贝到导入目录下 targetDir
|
||||
if removeErr := os.RemoveAll(storage); nil != removeErr {
|
||||
logging.LogErrorf("remove temp storage av dir failed: %s", removeErr)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue