Parcourir la source

get:source command updated

Guillermo Espinoza il y a 6 ans
Parent
commit
e5bed3e015
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      tools/src/GetSource.php

+ 1 - 3
tools/src/GetSource.php

@@ -86,9 +86,7 @@ class GetSource extends Command
                         $git->merge("origin/" . $conf["branch"]);
                     }
                 } catch (GitException $e) {
-                    $output->writeln($e->getTraceAsString());
-
-                    die;
+                    $output->writeln("<error>" . $e->getMessage() . "</error>");
                 }
             }