aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cli/run_command.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cli/run_command.zig b/src/cli/run_command.zig
index 17eb13dcb..f637bfe6c 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;
}
}