We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa98f7 + 756c796 commit 4174300Copy full SHA for 4174300
src/Loop/RequestLoop.php
@@ -108,7 +108,7 @@ public function request(ServerRequestInterface $request)
108
'404: Page not found'
109
);
110
} catch (\Throwable $e) {
111
- $this->consoleOutput->getErrorOutput()->writeln($e->getMessage(), PHP_EOL, $e->getTraceAsString());
+ $this->consoleOutput->getErrorOutput()->writeln(['ERROR: ' . $e->getMessage(), $e->getTraceAsString()]);
112
113
return new Response(
114
500,
0 commit comments