Skip to content

Commit

Permalink
Update src/install/lockfile.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored Jan 4, 2025
1 parent e3ba940 commit 917e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/lockfile.zig
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ pub const Tree = struct {
.name => |pattern| .{ pattern, pkg_names[res_id].slice(builder.buf()) },

.path => |pattern| path: {
const res = pkg_resolutions[res_id];
const res = &pkg_resolutions[res_id];
if (res.tag != .workspace) {
break :dont_skip;
}
Expand Down

0 comments on commit 917e982

Please sign in to comment.