Skip to content
Snippets Groups Projects
Commit c8e2a3bd authored by Ted Bowman's avatar Ted Bowman
Browse files

output all commands

parent 5e4461b8
No related branches found
No related tags found
1 merge request!1054Resolve #3411392 "11 x"
......@@ -230,6 +230,7 @@ class ConverterCommand extends Command {
*/
private static function executeCommand(string $cmd): void {
$result = NULL;
self::info("Executing: $cmd");
system($cmd, $result);
if ($result !== 0) {
throw new \Exception("Command failed: $cmd");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment