Skip to content

Commit

Permalink
Attempt to fix issue JuliaLang#2942
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jan 29, 2022
1 parent 6c8ec20 commit 7e8432e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ function deps_graph(env::EnvCache, registries::Vector{Registry.RegistryInstance}
# complicated by the fact that we can ask this question relative to
# a Julia version.
if is_unregistered_stdlib(uuid) || uuid_is_stdlib
!haskey(stdlibs(), uuid) && continue
path = Types.stdlib_path(stdlibs_for_julia_version[uuid][1])
proj_file = projectfile_path(path; strict=true)
@assert proj_file !== nothing
Expand Down

0 comments on commit 7e8432e

Please sign in to comment.