mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 Logging iCloud path https://ld246.com/article/1706233831340
This commit is contained in:
parent
18b8597794
commit
a9a12ddc0c
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ func isICloudPath(workspaceAbsPath string) (ret bool) {
|
||||||
|
|
||||||
if strings.HasPrefix(workspaceAbsPathLower, strings.ToLower(path)) {
|
if strings.HasPrefix(workspaceAbsPathLower, strings.ToLower(path)) {
|
||||||
ret = true
|
ret = true
|
||||||
|
logging.LogWarnf("workspace [%s] is in iCloud path [%s]", workspaceAbsPath, path)
|
||||||
return io.EOF
|
return io.EOF
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue