⚙️ binaryCheck.ts

This commit is contained in:
nirholas
2026-03-31 10:24:12 +00:00
parent 6ffb804254
commit 6d562a9c63

View File

@@ -51,3 +51,4 @@ export async function isBinaryInstalled(command: string): Promise<boolean> {
export function clearBinaryCache(): void {
binaryCache.clear()
}