Also attempt working around Vagrant filesystem issues when installing plugins initially, refs #9627

main
Jordi Boggiano 3 years ago
parent 2f4b99eacd
commit 3b89a9c3b4
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -76,6 +76,7 @@ class PluginInstaller extends LibraryInstaller
return $promise->then(function () use ($self, $pluginManager, $package, $repo) {
try {
Platform::workaroundFilesystemIssues();
$pluginManager->registerPackage($package, true);
} catch (\Exception $e) {
$self->rollbackInstall($e, $repo, $package);

Loading…
Cancel
Save