Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
gvilums committed Feb 2, 2024
1 parent 93688df commit 0b89c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bun.js/node/node_fs.zig
Original file line number Diff line number Diff line change
Expand Up @@ -6598,9 +6598,9 @@ pub const NodeFS = struct {
args,
task,
src_buf,
src_dir_len + 1 + cname.len,
@truncate(src_dir_len + 1 + cname.len),
dest_buf,
dest_dir_len + 1 + cname.len,
@truncate(dest_dir_len + 1 + cname.len),
);
if (!should_continue) return false;
},
Expand Down

0 comments on commit 0b89c49

Please sign in to comment.