Skip to content

Commit 471dde6

Browse files
authored
Merge pull request #215 from JuliaIO/musm-patch-1
Stopgap fix of rethrow
2 parents b1e74c4 + d81526b commit 471dde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error_handling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function handle_exceptions(exceptions::Vector, action)
7777
end
7878
end
7979

80-
handle_error(e, q) = rethrow(e)
80+
handle_error(e, q) = throw(e)
8181

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

0 commit comments

Comments
 (0)