Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix exception handling in test/examples/make.jl (#1363)
Using throw() like this attaches the wrong backtrace to the exception. Should be rethrow(), but you can only have that in catch blocks. However, in this case, a simple try-finally actually suffices, no need to do anything more complicated.
- Loading branch information