mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-05-08 03:39:15 -05:00
🎨 改进 Windows 端第三方同步盘检测 Fix https://github.com/siyuan-note/siyuan/issues/7777
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user