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() } +