fix(project): await git id cache write (#14977)
This commit is contained in:
@@ -138,7 +138,7 @@ export namespace Project {
|
|||||||
|
|
||||||
id = roots[0]
|
id = roots[0]
|
||||||
if (id) {
|
if (id) {
|
||||||
void Filesystem.write(path.join(dotgit, "opencode"), id).catch(() => undefined)
|
await Filesystem.write(path.join(dotgit, "opencode"), id).catch(() => undefined)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user