mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
no need to chmod (#4490)
This commit is contained in:
@@ -453,8 +453,6 @@ pub const RunCommand = struct {
|
||||
continue;
|
||||
};
|
||||
}
|
||||
if (comptime Environment.isPosix)
|
||||
_ = bun.C.chmod(bun_node_dir ++ "/node", 0o777);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user