diff --git a/bin/compliance.php b/bin/compliance.php index 3f6ced27..d72c10c5 100644 --- a/bin/compliance.php +++ b/bin/compliance.php @@ -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');