mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
zig: address a macro todo (#23677)
This commit is contained in:
@@ -591,9 +591,7 @@ pub const Runner = struct {
|
||||
}
|
||||
};
|
||||
|
||||
// TODO: can change back to `return CallData.callWrapper(.{`
|
||||
// when https://github.com/ziglang/zig/issues/16242 is fixed
|
||||
return CallData.callWrapper(CallArgs{
|
||||
return CallData.callWrapper(.{
|
||||
macro,
|
||||
log,
|
||||
allocator,
|
||||
|
||||
Reference in New Issue
Block a user