Skip to content

Commit c6b62b7

Browse files
committed
Revert, use default error message dumper
1 parent c159eaa commit c6b62b7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Command.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,6 @@ protected function configure()
363363

364364
protected function execute(InputInterface $input, OutputInterface $output)
365365
{
366-
try {
367-
call([$this, 'handle']);
368-
} catch (\Throwable $throwable) {
369-
$this->line(sprintf("<error>[ERROR]</error> Uncaught exception '%s' with message '%s' at %s line %d", '\\' . get_class($throwable), $throwable->getMessage(), $throwable->getFile(), $throwable->getLine()));
370-
}
366+
call([$this, 'handle']);
371367
}
372368
}

0 commit comments

Comments
 (0)