Skip to content

Commit e9e8aa5

Browse files
committed
Fix global project event
1 parent 2b0fdcc commit e9e8aa5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/project/project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export namespace Project {
137137
const emitUpdated = (data: Info) =>
138138
Effect.sync(() =>
139139
GlobalBus.emit("event", {
140+
directory: "global",
140141
project: data.id,
141142
payload: { type: Event.Updated.type, properties: data },
142143
}),

0 commit comments

Comments
 (0)