diff --git a/src/cli/run_command.zig b/src/cli/run_command.zig index 17eb13dcbb..f637bfe6c9 100644 --- a/src/cli/run_command.zig +++ b/src/cli/run_command.zig @@ -453,8 +453,6 @@ pub const RunCommand = struct { continue; }; } - if (comptime Environment.isPosix) - _ = bun.C.chmod(bun_node_dir ++ "/node", 0o777); break; } }