mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
chore: generate
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user