mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
fix(project): await git id cache write (#14977)
This commit is contained in:
parent
3af12c53c4
commit
e718263778
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export namespace Project {
|
|||
|
||||
id = roots[0]
|
||||
if (id) {
|
||||
void Filesystem.write(path.join(dotgit, "opencode"), id).catch(() => undefined)
|
||||
await Filesystem.write(path.join(dotgit, "opencode"), id).catch(() => undefined)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue