Skip to content

Commit 88bcab0

Browse files
Merge pull request #22 from utopia-php/fix-errors
2 parents 462bc4f + ed8c271 commit 88bcab0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/CLI/CLI.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ public function __construct(array $args = [])
8686

8787
$this->args = $this->parse((!empty($args) || !isset($_SERVER['argv'])) ? $args : $_SERVER['argv']);
8888

89-
$this->error = function (Exception $error): void {
90-
Console::error($error->getMessage());
91-
};
92-
9389
@\cli_set_process_title($this->command);
9490
}
9591

0 commit comments

Comments
 (0)