chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-24 18:05:43 +00:00
parent 42a773481e
commit 8994cbfc0f
2 changed files with 8 additions and 2 deletions

View File

@@ -349,7 +349,9 @@ describe("Project.update", () => {
const { project } = await Project.fromDirectory(tmp.path)
let eventPayload: any = null
const on = (data: any) => { eventPayload = data }
const on = (data: any) => {
eventPayload = data
}
GlobalBus.on("event", on)
try {