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

Throw a more descriptive exception when the binary was not created #489

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 5, 2023

  1. Throw a more descriptive exception when the binary was not created

    When the build command fails and a binary was not created, this results in an error like `rename(app.phar, builds/app): the system cannot find the file specified `. This is not very descriptive to the actual issue, so this PR adds a check to thrown an exception if the file was not created. This will make debugging easier.
    
    Co-Authored-By: Owen Voke <development@voke.dev>
    caendesilva and owenvoke committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d3bb835 View commit details
    Browse the repository at this point in the history