mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Delete incorrect debug assertion
This commit is contained in:
@@ -1443,9 +1443,7 @@ pub const Version = extern struct {
|
||||
.none => {},
|
||||
.pre => {
|
||||
result.tag.pre = sliced_string.sub(input[start..i]).external();
|
||||
if (comptime Environment.isDebug) {
|
||||
assert(!strings.containsChar(result.tag.pre.slice(sliced_string.buf), '-'));
|
||||
}
|
||||
|
||||
state = State.none;
|
||||
},
|
||||
.build => {
|
||||
|
||||
Reference in New Issue
Block a user