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 d7b2062 commit 9f9a18cCopy full SHA for 9f9a18c
base/loading.jl
@@ -1184,8 +1184,7 @@ function run_extension_callbacks(extid::ExtensionId)
1184
true
1185
catch
1186
# Try to continue loading if loading an extension errors
1187
- errs = current_exceptions()
1188
- @error "Error during loading of extension" exception=errs
+ @error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name)"
1189
false
1190
end
1191
return succeeded
0 commit comments