Skip to content

Commit 08160ec

Browse files
author
alexandresalome
committed
verbose error message
1 parent d0a21e9 commit 08160ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gitonomy/Git/ReferenceBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ protected function initialize()
344344
$output = $e->getOutput();
345345
$error = $e->getErrorOutput();
346346
if ($error !== '') {
347-
throw new \RuntimeException('Error while getting list of references');
347+
throw new \RuntimeException('Error while getting list of references: '.$error);
348348
}
349349
}
350350
$parser->parse($output);

0 commit comments

Comments
 (0)