Skip to content

Commit

Permalink
give a hint towards Base.retry_load_extensions when an extension fa…
Browse files Browse the repository at this point in the history
…ils to load (#48571)
  • Loading branch information
KristofferC authored Feb 7, 2023
1 parent b99cce5 commit e32e20c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,8 @@ function run_extension_callbacks(extid::ExtensionId)
true
catch
# Try to continue loading if loading an extension errors
@error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name)"
@error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name), \
use `Base.retry_load_extensions()` to retry."
false
end
return succeeded
Expand Down

0 comments on commit e32e20c

Please sign in to comment.