Skip to content

Commit

Permalink
Merge pull request #215 from JuliaIO/musm-patch-1
Browse files Browse the repository at this point in the history
Stopgap fix of rethrow
  • Loading branch information
SimonDanisch authored Nov 19, 2018
2 parents b1e74c4 + d81526b commit 471dde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error_handling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function handle_exceptions(exceptions::Vector, action)
end
end

handle_error(e, q) = rethrow(e)
handle_error(e, q) = throw(e)

function handle_error(e::NotInstalledError, q)
println("Library \"", e.library, "\" is not installed but is recommended as a library to load format: \"", file_extension(q), "\"")
Expand Down

0 comments on commit 471dde6

Please sign in to comment.