fix: missing event type (global)

thinking-toggle-wip
Adam 2025-12-15 14:43:37 -06:00 committed by Aiden Cline
parent b77826f3c5
commit 589cdc40e3
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
const event = e.details
if (directory === "global") {
switch (event.type) {
switch (event?.type) {
case "global.disposed": {
bootstrap()
break