Skip to content

Commit

Permalink
debug see if this gives any output...
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 23, 2024
1 parent 58d786a commit 5c7709a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ function precompilepkgs(pkgs::Vector{String}=String[]; internal_call::Bool=false
notify(was_processed[pkg])
catch err_outer
# For debugging:
# @error "Task failed" exception=(err_outer, catch_backtrace())
@error "Task failed" exception=(err_outer, catch_backtrace())
handle_interrupt(err_outer) || rethrow()
notify(was_processed[pkg])
finally
Expand Down

0 comments on commit 5c7709a

Please sign in to comment.