Browse Source

Don't swallow errors in console.php

remotes/origin/external-backend-ondemand
Christian Kampka 11 years ago
parent
commit
bf01327cd0
  1. 1
      console.php

1
console.php

@ -58,4 +58,5 @@ try {
} catch (Exception $ex) {
echo "An unhandled exception has been thrown:" . PHP_EOL;
echo $ex;
exit(1);
}
Loading…
Cancel
Save