We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cbe1a commit 0bee4f9Copy full SHA for 0bee4f9
base/loading.jl
@@ -1196,8 +1196,9 @@ function run_extension_callbacks(extid::ExtensionId)
1196
true
1197
catch
1198
# Try to continue loading if loading an extension errors
1199
+ errs = current_exceptions()
1200
@error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name), \
- use `Base.retry_load_extensions()` to retry."
1201
+ use `Base.retry_load_extensions()` to retry." exception=errs
1202
false
1203
end
1204
return succeeded
0 commit comments