diff --git a/src/Hooks/LogHandler.php b/src/Hooks/LogHandler.php index 0345463bb..8d589b796 100644 --- a/src/Hooks/LogHandler.php +++ b/src/Hooks/LogHandler.php @@ -58,7 +58,7 @@ public function handle(LogRecord $record): bool $this->nightwatch->log($record); - return true; + return false; } catch (Throwable $e) { $this->nightwatch->report($e, handled: true);