🌌 findExecutable.ts

This commit is contained in:
nirholas
2026-03-31 10:24:16 +00:00
parent 674ac1b350
commit c1f29fc571

View File

@@ -15,3 +15,4 @@ export function findExecutable(
const resolved = whichSync(exe) const resolved = whichSync(exe)
return { cmd: resolved ?? exe, args } return { cmd: resolved ?? exe, args }
} }