diff --git a/lib/GitRepo.php b/lib/GitRepo.php index 420cf21..f8f94d2 100644 --- a/lib/GitRepo.php +++ b/lib/GitRepo.php @@ -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; }