Skip to content

Commit d4a4629

Browse files
committed
give a hint towards Base.retry_load_extensions when an extension fails to load (#48571)
(cherry picked from commit e32e20c)
1 parent c15f520 commit d4a4629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base/loading.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,8 @@ function run_extension_callbacks(extid::ExtensionId)
11881188
true
11891189
catch
11901190
# Try to continue loading if loading an extension errors
1191-
@error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name)"
1191+
@error "Error during loading of extension $(extid.id.name) of $(extid.parentid.name), \
1192+
use `Base.retry_load_extensions()` to retry."
11921193
false
11931194
end
11941195
return succeeded

0 commit comments

Comments
 (0)