From 7fbee31a19367a557be73e52be150d4d5deb2787 Mon Sep 17 00:00:00 2001 From: IWANABETHATGUY Date: Tue, 8 Mar 2022 13:48:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20remove=20dirty=20words?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/check.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check.mjs b/scripts/check.mjs index 7e99a0f..864d6e9 100644 --- a/scripts/check.mjs +++ b/scripts/check.mjs @@ -47,7 +47,6 @@ async function resolveSidecar() { const sidecarDir = path.join(cwd, "src-tauri", "sidecar"); const host = execSync("rustc -vV | grep host").toString().slice(6).trim(); - console.log('fuck', host) const ext = process.platform === "win32" ? ".exe" : ""; const sidecarFile = `clash-${host}${ext}`; const sidecarPath = path.join(sidecarDir, sidecarFile);