mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
Merge branch 'main' into dylan/fix-windows-watcher-watchlist
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