This commit is contained in:
Romain Neutron
2012-06-19 10:40:14 +02:00
parent cd78d5566b
commit e28184167e
153 changed files with 183 additions and 568 deletions

View File

@@ -70,9 +70,9 @@ class module_console_taskrun extends Command
public function execute(InputInterface $input, OutputInterface $output)
{
try{
try {
$this->checkSetup();
} catch (\RuntimeException $e){
} catch (\RuntimeException $e) {
return self::EXITCODE_SETUP_ERROR;
}