no need to chmod (#4490)

This commit is contained in:
Dylan Conway
2023-09-04 18:16:37 -07:00
committed by GitHub
parent f1afd58338
commit f73f77d0de

View File

@@ -453,8 +453,6 @@ pub const RunCommand = struct {
continue;
};
}
if (comptime Environment.isPosix)
_ = bun.C.chmod(bun_node_dir ++ "/node", 0o777);
break;
}
}