Scream exceptions to stdout.

This commit is contained in:
flash 2025-01-03 03:46:13 +00:00
parent e303a49fd3
commit 7e599ea620

View file

@ -29,6 +29,8 @@ try {
}
echo PHP_EOL;
} catch(Exception $ex) {
var_dump($ex);
} finally {
unlink($lockPath);
}