Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 28, 2024
1 parent 2961241 commit b042987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 99 deletions.
3 changes: 1 addition & 2 deletions src/mako/error/handlers/cli/DevelopmentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ public function handle(Throwable $exception): mixed
{
$alert = (new Alert($this->output))->render(
"<bold>{$this->escape($this->determineExceptionType($exception))}</bold> [ {$exception->getCode()} ]",
Alert::DANGER,
Output::ERROR
Alert::DANGER
);

$info = "<red><bold>{$this->escape($exception->getMessage())}</bold></red>";
Expand Down
97 changes: 0 additions & 97 deletions tests/unit/error/handlers/cli/DevelopmentHandlerTest.php

This file was deleted.

0 comments on commit b042987

Please sign in to comment.