diff --git a/src/Commands/Concerns/InteractsWithIO.php b/src/Commands/Concerns/InteractsWithIO.php index 59f27686e..6d7464b99 100644 --- a/src/Commands/Concerns/InteractsWithIO.php +++ b/src/Commands/Concerns/InteractsWithIO.php @@ -238,6 +238,7 @@ public function handleStream($stream, $verbosity = null) 'request' => $this->requestInfo($stream, $verbosity), 'throwable' => $this->throwableInfo($stream, $verbosity), 'shutdown' => $this->shutdownInfo($stream, $verbosity), + 'raw' => $this->raw(json_encode($stream)), default => $this->info(json_encode($stream), $verbosity) }; }