Browse Source

Suppress errors when creating global composer

Jordi Boggiano 10 years ago
parent
commit
cf9d5f637b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Composer/Factory.php

+ 0 - 1
src/Composer/Factory.php

@@ -354,7 +354,6 @@ class Factory
         try {
             $composer = self::createComposer($io, null, $disablePlugins, true);
         } catch (\Exception $e) {
-            throw $e;
         }
         chdir($oldCwd);