Skip to content

Commit 55c4484

Browse files
committed
Made cache directory initialization recursive
1 parent 964fe58 commit 55c4484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Cache/CacheStateManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ private function initializeCacheDirectory(): void
9292
Filesystem::mkdir(
9393
$this->options->getCacheDir(),
9494
$this->options->getCacheFileMode(),
95+
recursive: true,
9596
);
9697
}
9798

0 commit comments

Comments
 (0)