We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0b0d32 + f8ba0aa commit 2e3cd22Copy full SHA for 2e3cd22
src/Gitonomy/Git/Exception/ProcessException.php
@@ -13,7 +13,9 @@ public function __construct(Process $process)
13
parent::__construct("Error while running git command:\n".
14
$process->getCommandLine()."\n".
15
"\n".
16
- $process->getErrorOutput()
+ $process->getErrorOutput()."\n".
17
+ "\n".
18
+ $process->getOutput()
19
);
20
21
$this->process = $process;
0 commit comments