From 3ead3d3c65a585d7f78639e55f3ed6eed5800883 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=A7=AC=20which.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/which.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/which.ts b/src/utils/which.ts index d7dcbd8..c623631 100644 --- a/src/utils/which.ts +++ b/src/utils/which.ts @@ -80,3 +80,4 @@ export const which: (command: string) => Promise = bunWhich */ export const whichSync: (command: string) => string | null = bunWhich ?? whichNodeSync +