mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-24 05:35:15 +00:00
Fix global project event
This commit is contained in:
parent
2b0fdcc449
commit
e9e8aa5c94
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ export namespace Project {
|
|||
const emitUpdated = (data: Info) =>
|
||||
Effect.sync(() =>
|
||||
GlobalBus.emit("event", {
|
||||
directory: "global",
|
||||
project: data.id,
|
||||
payload: { type: Event.Updated.type, properties: data },
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue