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.
Base.retry_load_extensions
1 parent c15f520 commit d4a4629Copy full SHA for d4a4629
base/loading.jl
@@ -1188,7 +1188,8 @@ function run_extension_callbacks(extid::ExtensionId)
1188
true
1189
catch
1190
# Try to continue loading if loading an extension errors
1191
- @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), \
1192
+ use `Base.retry_load_extensions()` to retry."
1193
false
1194
end
1195
return succeeded
0 commit comments