Just in case source dir have not been created

This commit is contained in:
crazywhalecc
2026-02-04 15:31:05 +08:00
parent 8f44b07a12
commit 0652d4aa03

View File

@@ -325,6 +325,7 @@ class PackageInstaller
*/
public function extractSourceArtifacts(bool $interactive = true): void
{
FileSystem::createDir(SOURCE_PATH);
$packages = array_values($this->packages);
$cache = ApplicationContext::get(ArtifactCache::class);