mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Just in case source dir have not been created
This commit is contained in:
parent
8f44b07a12
commit
0652d4aa03
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user