1
0
Fork 0

github online editor is a nice idea, but...

pull/531/head
Nami-Doc 2012-04-05 18:26:15 +03:00
parent 2c58dbf3a1
commit d245acff83
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class GitDownloader extends VcsDownloader
} else {
throw new \RuntimeException('Failed to checkout ' . $url .' via git, https and http protocols, aborting.' . "\n\n" . $output);
}
}
$command = call_user_func($commandCallable, $url);
if (0 !== $this->process->execute($command, $handler)) {