Revert "Always wait after an unzip completes to try and fix virtualbox issues, refs #9945"

This reverts commit 3556f6efa5.
main
Jordi Boggiano 3 years ago
parent dd17f5f615
commit 4e4b4f69c9
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -13,7 +13,6 @@
namespace Composer\Downloader;
use Composer\Package\PackageInterface;
use Composer\Util\Platform;
use Symfony\Component\Finder\Finder;
use React\Promise\PromiseInterface;
use Composer\DependencyResolver\Operation\InstallOperation;
@ -137,8 +136,6 @@ abstract class ArchiveDownloader extends FileDownloader
}
};
Platform::workaroundFilesystemIssues();
$renameAsOne = false;
if (!file_exists($path) || ($filesystem->isDirEmpty($path) && $filesystem->removeDirectoryPhp($path))) {
$renameAsOne = true;

Loading…
Cancel
Save