diff options
Diffstat (limited to 'src/cli/build_command.zig')
-rw-r--r-- | src/cli/build_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig index c804316dc..92d2d5b3a 100644 --- a/src/cli/build_command.zig +++ b/src/cli/build_command.zig @@ -97,7 +97,7 @@ pub const BuildCommand = struct { }, .move => |value| { // const primary = f.input.text[from_path.len..]; - // std.mem.copy(u8, filepath_buf[2..], primary); + // bun.copy(u8, filepath_buf[2..], primary); // rel_path = filepath_buf[0 .. primary.len + 2]; rel_path = value.pathname; |