mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 08:36:49 +02:00
Fix symfony bug (part 2)
This commit is contained in:
@@ -112,12 +112,11 @@ class ServerCommand extends ConsoleCommand
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param string $cmd
|
||||
* @param array $cmd
|
||||
* @return Process
|
||||
*/
|
||||
protected function runProcess($name, $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