Make sure the directory exists and will not block installation later when downloading
parent
6a7220fed8
commit
9ee345ed29
|
@ -101,6 +101,7 @@ class FileDownloader implements DownloaderInterface, ChangeReportInterface
|
|||
);
|
||||
}
|
||||
|
||||
$this->filesystem->ensureDirectoryExists($path);
|
||||
$fileName = $this->getFileName($package, $path);
|
||||
|
||||
$io = $this->io;
|
||||
|
|
Loading…
Reference in New Issue