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 446dc14 + 365d06c commit 26a9eecCopy full SHA for 26a9eec
src/Command.php
@@ -37,7 +37,7 @@ public static function exec($commandLine, array $params = array())
37
}
38
39
if ($code !== 0) {
40
- throw new \Exception($output);
+ throw new \Exception($output . ' Command line: ' . $commandLine);
41
42
43
return $output;
0 commit comments