1
0
Fork 0

Make sure the directory exists and will not block installation later when downloading

pull/6942/head^2
Jordi Boggiano 2019-08-02 16:33:39 +02:00
parent 6a7220fed8
commit 9ee345ed29
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class FileDownloader implements DownloaderInterface, ChangeReportInterface
); );
} }
$this->filesystem->ensureDirectoryExists($path);
$fileName = $this->getFileName($package, $path); $fileName = $this->getFileName($package, $path);
$io = $this->io; $io = $this->io;