mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🎨 改进 Windows 端第三方同步盘检测 Fix https://github.com/siyuan-note/siyuan/issues/7777
This commit is contained in:
parent
25c2901eda
commit
01d5207679
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ func existAvailabilityStatus(workspaceAbsPath string) bool {
|
||||||
}
|
}
|
||||||
folderObj := result.ToIDispatch()
|
folderObj := result.ToIDispatch()
|
||||||
|
|
||||||
result = oleutil.MustCallMethod(folderObj, "ParseName", file)
|
result, err = oleutil.CallMethod(folderObj, "ParseName", file)
|
||||||
if nil != err {
|
if nil != err {
|
||||||
logging.LogWarnf("call shell [ParseName] failed: %s", err)
|
logging.LogWarnf("call shell [ParseName] failed: %s", err)
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue