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 +