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