Don't swallow errors in console.php
This commit is contained in:
parent
42f6448da2
commit
bf01327cd0
|
@ -58,4 +58,5 @@ try {
|
|||
} catch (Exception $ex) {
|
||||
echo "An unhandled exception has been thrown:" . PHP_EOL;
|
||||
echo $ex;
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue