Skip to content

Commit

Permalink
Report SSR errors
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink authored Jan 13, 2023
1 parent 9ed37ac commit 3750bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/StartSsr.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function handle(): int
$this->info(trim($data));
} else {
$this->error(trim($data));
report(new SsrException($data));
}
}

Expand Down

0 comments on commit 3750bf8

Please sign in to comment.