fix missing insertion of module to all_modules on first download
This commit is contained in:
committed by
Andrew Kelley
parent
5c6f111379
commit
105078519a
@@ -582,6 +582,7 @@ fn fetchAndUnpack(
|
||||
});
|
||||
|
||||
const mod = try createWithDir(gpa, global_cache_directory, pkg_dir_sub_path, build_zig_basename);
|
||||
try all_modules.put(gpa, actual_hex, mod);
|
||||
return .{
|
||||
.mod = mod,
|
||||
.found_existing = false,
|
||||
|
||||
Reference in New Issue
Block a user