chore: update

This commit is contained in:
huzibaca 2024-10-06 02:03:32 +08:00
parent c5eacd1627
commit efd8ef0380

View File

@ -261,7 +261,6 @@ async function resolveSidecar(binInfo) {
.pipe(zlib.createGunzip().on("error", onError))
.pipe(writeStream)
.on("finish", () => {
log_success(`chmod binary finished: "${name}"`);
execSync(`chmod 755 ${sidecarPath}`);
log_success(`chmod binary finished: "${name}"`);
resolve();