Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
taikulawo committed Mar 28, 2024
1 parent 592fbeb commit c0bb8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async function resolveSidecar(binInfo) {
.on("finish", async () => {
console.log(`[INFO]: "${name}" gunzip finished`);
consoleExecSync(`ls -ila ${sidecarPath}`);
ChmodSync(sidecarPath, 755);
ChmodSync(sidecarPath, "755");
console.log("chmod exec finished");
// if (process.platform != "win32") {
// consoleExecSync(`chmod 755 ${sidecarPath}`);
Expand Down

0 comments on commit c0bb8e6

Please sign in to comment.