Skip to content

Commit

Permalink
fix an erronous type assert (#48327)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Jan 18, 2023
1 parent e7c339f commit c4cf1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ end
ocachefile = nothing
continue
end
restored = _include_from_serialized(pkg, path_to_try, ocachefile::String, staledeps::Vector{Any})
restored = _include_from_serialized(pkg, path_to_try, ocachefile, staledeps::Vector{Any})
if !isa(restored, Module)
@debug "Deserialization checks failed while attempting to load cache from $path_to_try" exception=restored
else
Expand Down

0 comments on commit c4cf1e6

Please sign in to comment.