Skip to content

Commit

Permalink
fix bad resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nag0n committed Sep 28, 2024
1 parent bc001b7 commit cc1597a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flight/Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,7 @@ public function _start(): void
*/
public function _error(Throwable $e): void
{
$msg = sprintf(



HTML
$msg = sprintf(<<<HTML
<h1>500 Internal Server Error</h1>
<h3>%s (%s)</h3>
<pre>%s</pre>
Expand Down

0 comments on commit cc1597a

Please sign in to comment.