mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Just in case source dir have not been created
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user