Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildCommand::run() does not return exit code #432

Merged
merged 1 commit into from Jan 11, 2021
Merged

BuildCommand::run() does not return exit code #432

merged 1 commit into from Jan 11, 2021

Commits on Jan 10, 2021

  1. BuildCommand::run() does not return exit code

    `BuildCommand::run()` should return the command exit code, but instead returns void. This violates the return type of the parent class.
    CupOfTea696 committed Jan 10, 2021
    Copy the full SHA
    ffca4b4 View commit details
    Browse the repository at this point in the history