Skip to content

Commit 9f9a18c

Browse files
committed
improve error message when an extension fails to load
1 parent d7b2062 commit 9f9a18c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base/loading.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,8 +1184,7 @@ function run_extension_callbacks(extid::ExtensionId)
11841184
true
11851185
catch
11861186
# Try to continue loading if loading an extension errors
1187-
errs = current_exceptions()
1188-
@error "Error during loading of extension" exception=errs
1187+
@error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name)"
11891188
false
11901189
end
11911190
return succeeded

0 commit comments

Comments
 (0)