Skip to content

Commit d81526b

Browse files
authored
Stopgap fix of rethrow
1 parent b1e74c4 commit d81526b

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)