mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-04 22:50:18 +00:00
minor update
This commit is contained in:
parent
3ad844af5a
commit
a96dc88c74
2 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ export async function cleanupOldVenvs(currentVersion: string): Promise<void> {
|
|||
export async function isBinaryExists(name: string): Promise<boolean> {
|
||||
const cmd = await getBinaryPath(name);
|
||||
|
||||
return await fs.existsSync(cmd);
|
||||
return fs.existsSync(cmd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue