Also attempt working around Vagrant filesystem issues when installing plugins initially, refs #9627
parent
2f4b99eacd
commit
3b89a9c3b4
|
@ -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…
Reference in New Issue