Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2547,7 +2547,7 @@ function require_stdlib(uuidkey::PkgId, ext::Union{Nothing, String}=nothing)
run_package_callbacks(uuidkey)
else
# if the user deleted their bundled depot, next try to load it completely normally
newm = _require(uuidkey)
newm = _require_prelocked(uuidkey)
end
return newm
end
Expand Down