Skip to content

Commit 26a9eec

Browse files
committed
Merge pull request #1 from artezh/patch-1
Update Command.php
2 parents 446dc14 + 365d06c commit 26a9eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static function exec($commandLine, array $params = array())
3737
}
3838

3939
if ($code !== 0) {
40-
throw new \Exception($output);
40+
throw new \Exception($output . ' Command line: ' . $commandLine);
4141
}
4242

4343
return $output;

0 commit comments

Comments
 (0)