diff --git a/src/install/lockfile/Tree.zig b/src/install/lockfile/Tree.zig index ec27ea16fa..3df17f0edd 100644 --- a/src/install/lockfile/Tree.zig +++ b/src/install/lockfile/Tree.zig @@ -582,7 +582,7 @@ pub fn processSubtree( for (curr_resolutions.begin()..curr_resolutions.end()) |tree_dep_id| { const res_id = builder.resolutions[tree_dep_id]; if (res_id == pkg_id) { - break :hoisted .hoisted; + break :try_nohoist; } }