Issue #43 - Exit code should indicate that something failed.

This commit is contained in:
Andrés Montañez
2014-03-16 13:31:36 -03:00
parent fc3b7d87a5
commit ae785225fa
2 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -26,4 +26,6 @@ array_shift($argv);
// Run Magallanes
$console = new Mage\Console;
$console->run($argv);
$exitCode = $console->run($argv);
exit($exitCode);