Skip to content

Commit

Permalink
throw an error type that doesn't show a stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Mar 26, 2024
1 parent 64de065 commit 9228d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/precompilation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ function precompilepkgs(pkgs::Vector{String}=String[];
end
else
println(io)
error(err_msg)
throw(PkgPrecompileError(err_msg))
end
end
end
Expand Down

0 comments on commit 9228d2f

Please sign in to comment.