diff --git a/src/Framework/ExceptionHandling/ErrorRendererFactory.php b/src/Framework/ExceptionHandling/ErrorRendererFactory.php index b7e8cb62..3d669994 100644 --- a/src/Framework/ExceptionHandling/ErrorRendererFactory.php +++ b/src/Framework/ExceptionHandling/ErrorRendererFactory.php @@ -20,7 +20,7 @@ final readonly class ErrorRendererFactory private ExecutionContext $executionContext, private Engine $engine, private ?ConsoleOutput $consoleOutput = null, - private bool $isDebugMode = true + private bool $isDebugMode = false ) {} /**