🎨 改进 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()
|
||||
|
||||
result = oleutil.MustCallMethod(folderObj, "ParseName", file)
|
||||
result, err = oleutil.CallMethod(folderObj, "ParseName", file)
|
||||
if nil != err {
|
||||
logging.LogWarnf("call shell [ParseName] failed: %s", err)
|
||||
return false
|
||||
|
|
Loading…
Add table
Reference in a new issue