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 e052cb8 commit 96712baCopy full SHA for 96712ba
src/Illuminate/Foundation/Console/ServeCommand.php
@@ -295,7 +295,7 @@ protected function handleProcessOutput()
295
296
$this->output->write(' '.str_repeat('<fg=gray>.</>', $dots));
297
$this->output->writeln(" <fg=gray>~ {$runTime}s</>");
298
- } elseif (str($line)->contains(['Closed without sending a request'])) {
+ } elseif (str($line)->contains(['Closed without sending a request', 'Failed to poll event'])) {
299
// ...
300
} elseif (! empty($line)) {
301
$position = strpos($line, '] ');
0 commit comments