mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add missing if
This commit is contained in:
@@ -5272,7 +5272,8 @@ fn NewParser_(
|
||||
}
|
||||
|
||||
var __scope = scope.parent;
|
||||
assert(__scope != null);
|
||||
if (comptime Environment.allow_assert)
|
||||
assert(__scope != null);
|
||||
const name = symbol.original_name;
|
||||
|
||||
const hash: u64 = Scope.getMemberHash(name);
|
||||
|
||||
Reference in New Issue
Block a user