github online editor is a nice idea, but...
parent
2c58dbf3a1
commit
d245acff83
|
@ -101,6 +101,7 @@ class GitDownloader extends VcsDownloader
|
||||||
} else {
|
} else {
|
||||||
throw new \RuntimeException('Failed to checkout ' . $url .' via git, https and http protocols, aborting.' . "\n\n" . $output);
|
throw new \RuntimeException('Failed to checkout ' . $url .' via git, https and http protocols, aborting.' . "\n\n" . $output);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$command = call_user_func($commandCallable, $url);
|
$command = call_user_func($commandCallable, $url);
|
||||||
if (0 !== $this->process->execute($command, $handler)) {
|
if (0 !== $this->process->execute($command, $handler)) {
|
||||||
|
|
Loading…
Reference in New Issue