From 6d562a9c63e47d8fba1341528d48c00acabf825b Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20binaryCheck.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/binaryCheck.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/binaryCheck.ts b/src/utils/binaryCheck.ts index 8471753..fcdeedf 100644 --- a/src/utils/binaryCheck.ts +++ b/src/utils/binaryCheck.ts @@ -51,3 +51,4 @@ export async function isBinaryInstalled(command: string): Promise { export function clearBinaryCache(): void { binaryCache.clear() } +