Skip to content

Commit

Permalink
Merge pull request #17 from totten/master-return
Browse files Browse the repository at this point in the history
Fix regression in 'export' command
  • Loading branch information
totten authored Jan 14, 2025
2 parents 6e87d2e + 47b6edd commit 10f372a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/ExportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
));
}
}
return 0;
}

}
1 change: 1 addition & 0 deletions src/Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
else {
$this->executeInManagedMode($input, $output);
}
return 0;
}

/**
Expand Down

0 comments on commit 10f372a

Please sign in to comment.