Skip to content

Commit c4cf1e6

Browse files
authored
fix an erronous type assert (#48327)
1 parent e7c339f commit c4cf1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ end
14141414
ocachefile = nothing
14151415
continue
14161416
end
1417-
restored = _include_from_serialized(pkg, path_to_try, ocachefile::String, staledeps::Vector{Any})
1417+
restored = _include_from_serialized(pkg, path_to_try, ocachefile, staledeps::Vector{Any})
14181418
if !isa(restored, Module)
14191419
@debug "Deserialization checks failed while attempting to load cache from $path_to_try" exception=restored
14201420
else

0 commit comments

Comments
 (0)