Переглянути джерело

get:source command updated

Guillermo Espinoza 6 роки тому
батько
коміт
e5bed3e015
1 змінених файлів з 1 додано та 3 видалено
  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>");
                 }
             }