Fix symfony bug (part 2)

This commit is contained in:
Matias Griese
2020-12-08 12:13:08 +02:00
parent e60e9fa3dd
commit b093aa9fa6

View File

@@ -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();