chore: generate

This commit is contained in:
kilo-maintainer[bot]
2026-02-17 10:35:49 +00:00
parent 0f74fe892e
commit 4ff4324423
+1 -1
View File
@@ -50,7 +50,7 @@ async function rebuild() {
installed = true
const source = sourceBinaryPath()
if (!await Bun.file(source).exists()) {
if (!(await Bun.file(source).exists())) {
log(`ERROR: Build completed but no binary found at ${relative(packagesDir, source)}`)
return
}