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.
2 parents 9bb5032 + 29420be commit 761f107Copy full SHA for 761f107
packages/framework/src/Console/Commands/ServeCommand.php
@@ -54,7 +54,7 @@ protected function getExecutablePath(): string
54
/** @codeCoverageIgnore Until output is testable */
55
protected function runServerProcess(string $command): void
56
{
57
- Process::run($command, function (string $type, string $line): void {
+ Process::forever()->run($command, function (string $type, string $line): void {
58
$this->output->write($line);
59
});
60
}
0 commit comments