Suppress errors when creating global composer
parent
dcd2c9c7c6
commit
cf9d5f637b
|
@ -354,7 +354,6 @@ class Factory
|
|||
try {
|
||||
$composer = self::createComposer($io, null, $disablePlugins, true);
|
||||
} catch (\Exception $e) {
|
||||
throw $e;
|
||||
}
|
||||
chdir($oldCwd);
|
||||
|
||||
|
|
Loading…
Reference in New Issue