mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
fix(install): crash from invalid SemVer with extra wildcard (#16489)
This commit is contained in:
@@ -1640,7 +1640,7 @@ pub const Version = extern struct {
|
||||
result.wildcard = Query.Token.Wildcard.patch;
|
||||
part_i = 3;
|
||||
},
|
||||
else => unreachable,
|
||||
else => {},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user