add return value for console commands

This commit is contained in:
Nicolas Le Goff
2012-02-10 19:17:05 +01:00
parent 6f837c7407
commit 7f0c006730
15 changed files with 178 additions and 94 deletions

View File

@@ -122,7 +122,7 @@ class module_console_systemTemplateGenerator extends Command
$output->writeln("");
return;
return $n_error;
}
}