From efd8ef038060d97c9b4df9b5e2bc57210245c739 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Sun, 6 Oct 2024 02:03:32 +0800 Subject: [PATCH] chore: update --- scripts/check.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check.mjs b/scripts/check.mjs index 60001989..0d0a3bdf 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -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();