1
0
Fork 0

Suppress errors when creating global composer

pull/3551/head
Jordi Boggiano 2014-12-13 15:58:33 +00:00
parent dcd2c9c7c6
commit cf9d5f637b
1 changed files with 0 additions and 1 deletions

View File

@ -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);