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.
1 parent 58516e7 commit 411cef2Copy full SHA for 411cef2
src/Commands/StartSwooleCommand.php
@@ -177,7 +177,7 @@ protected function writeServerOutput($server)
177
->filter()
178
->groupBy(fn ($output) => $output)
179
->each(function ($group) {
180
- is_array($stream = json_decode($output = $group->first(), true))
+ is_array($stream = json_decode($output = $group->first(), true)) && isset($stream['type'])
181
? $this->handleStream($stream)
182
: $this->error($output);
183
0 commit comments