diff --git a/bin/phpunit-swoole b/bin/phpunit-swoole index 00f5b796..926fcf21 100755 --- a/bin/phpunit-swoole +++ b/bin/phpunit-swoole @@ -72,7 +72,6 @@ $start->method = function () { \ZM\Console\Console::setLevel(4); $retcode = PHPUnit\TextUI\Command::main(false); \ZM\Console\Console::setLevel(0); - } catch (\Throwable $e) { } finally { \ZM\Utils\ZMUtil::stop(($retcode ?? 1) !== 0); }