Merge pull request #14608 from kampka/master

Don't swallow errors in console.php
remotes/origin/external-backend-ondemand
Thomas Müller 2015-03-02 01:40:57 +07:00
commit 9c79b1fc6d
1 changed files with 1 additions and 0 deletions

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