This commit is contained in:
Daniel
2024-01-26 11:12:00 +08:00
parent 18b8597794
commit a9a12ddc0c
+1
View File
@@ -310,6 +310,7 @@ func isICloudPath(workspaceAbsPath string) (ret bool) {
if strings.HasPrefix(workspaceAbsPathLower, strings.ToLower(path)) {
ret = true
logging.LogWarnf("workspace [%s] is in iCloud path [%s]", workspaceAbsPath, path)
return io.EOF
}
return nil