Scream exceptions to stdout.
This commit is contained in:
parent
e303a49fd3
commit
7e599ea620
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo PHP_EOL;
|
echo PHP_EOL;
|
||||||
|
} catch(Exception $ex) {
|
||||||
|
var_dump($ex);
|
||||||
} finally {
|
} finally {
|
||||||
unlink($lockPath);
|
unlink($lockPath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue