diff --git a/base/loading.jl b/base/loading.jl index b7acda85fea0d..ed6f170a55575 100644 --- a/base/loading.jl +++ b/base/loading.jl @@ -1196,8 +1196,9 @@ function run_extension_callbacks(extid::ExtensionId) true catch # Try to continue loading if loading an extension errors + errs = current_exceptions() @error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name), \ - use `Base.retry_load_extensions()` to retry." + use `Base.retry_load_extensions()` to retry." exception=errs false end return succeeded