This commit is contained in:
Daniel 2024-01-26 11:12:00 +08:00
parent 18b8597794
commit a9a12ddc0c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

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