Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information