Skip to content

Commit ffc239a

Browse files
committed
Update RunCommand.php
1 parent 4126215 commit ffc239a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

issue-bot/src/Console/RunCommand.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ protected function configure(): void
5757

5858
protected function execute(InputInterface $input, OutputInterface $output): int
5959
{
60-
set_exception_handler(static function (\Throwable $e): void {
61-
fwrite(STDERR, 'Swallowed by global exception handler: ' . $e->getMessage() . "\n");
62-
});
63-
6460
$phpVersion = (int) $input->getArgument('phpVersion');
6561
$commaSeparatedPlaygroundHashes = $input->getArgument('playgroundHashes');
6662
$playgroundHashes = explode(',', $commaSeparatedPlaygroundHashes);
@@ -227,7 +223,6 @@ private function analyseHash(LoopInterface $loop, OutputInterface $output, int $
227223
'analyse',
228224
'--error-format',
229225
'json',
230-
'-vvv',
231226
'--no-progress',
232227
'-c',
233228
escapeshellarg($neonPath),

0 commit comments

Comments
 (0)