Merge 269d3b99096d349d0247427b414eddb9fc79333a into 1b96fa13f549387b7549cc89e1a785cf143a1a50

This commit is contained in:
Joakim Plate 2025-11-12 09:20:14 +01:00 committed by GitHub
commit 41b8473f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -336,7 +336,7 @@ bool FilePath::CreateDirectoriesRecursively() const {
return false;
}
if (pathname_.empty() || this->DirectoryExists()) {
if (pathname_.empty() || pathname_ == kCurrentDirectoryString || this->DirectoryExists()) {
return true;
}