mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-11 05:01:04 +00:00
chore: generate
This commit is contained in:
parent
42a773481e
commit
8994cbfc0f
2 changed files with 8 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue