Skip to content

Commit

Permalink
Update compliance.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Jul 31, 2023
1 parent e9ae086 commit ded0fef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/compliance.php
Expand Up @@ -19,5 +19,10 @@
/**
* #BlackLivesMatter.
*/
Compliance::main();
try{
Compliance::main();
}catch(\Throwable $throwable){
fwrite(STDERR, $throwable->getMessage());
exit(1);
}
})($_composer_autoload_path ?? dirname(__DIR__) . '/vendor/autoload.php');

0 comments on commit ded0fef

Please sign in to comment.