mirror of
https://github.com/getgrav/grav.git
synced 2026-03-01 01:51:29 +01:00
Fix symfony bug
This commit is contained in:
@@ -117,7 +117,8 @@ class ServerCommand extends ConsoleCommand
|
||||
*/
|
||||
protected function runProcess($name, $cmd)
|
||||
{
|
||||
$process = new Process([$cmd]);
|
||||
// TODO: Fix when Symfony fixes the bug in the argument handling.
|
||||
$process = new Process($cmd);
|
||||
$process->setTimeout(0);
|
||||
$process->start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user