Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Make precompilation errors non-fatal
Closing the output handle of a failed command throws a failure. Since precompile should fail non-fatally, we have to check the return value of the close call.
- Loading branch information