fixed error-case - not an error when status=1
This commit is contained in:
parent
f9b9a5ad10
commit
c0b6ba477d
@ -198,7 +198,7 @@ class GitRepo {
|
||||
}
|
||||
|
||||
$status = trim(proc_close($resource));
|
||||
if ($status) throw new \Exception($stderr);
|
||||
//if ($status) throw new \Exception($stderr);
|
||||
|
||||
return $stdout;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user