summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/context/global-sync.tsx
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-15 18:13:11 -0600
committerAdam <[email protected]>2025-12-15 18:13:11 -0600
commit2c70c0b00fdf7561d1a936043223da8518acde08 (patch)
tree134252f7ea9c099e3fc8f92e09b50cd0e4f0805d /packages/desktop/src/context/global-sync.tsx
parent34024c2504d1bdb105e217f5351fd1cb5d7b50a9 (diff)
downloadopencode-2c70c0b00fdf7561d1a936043223da8518acde08.tar.gz
opencode-2c70c0b00fdf7561d1a936043223da8518acde08.zip
fix: undefined events
Diffstat (limited to 'packages/desktop/src/context/global-sync.tsx')
-rw-r--r--packages/desktop/src/context/global-sync.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/desktop/src/context/global-sync.tsx b/packages/desktop/src/context/global-sync.tsx
index 7d8186a68..ad3a3bf18 100644
--- a/packages/desktop/src/context/global-sync.tsx
+++ b/packages/desktop/src/context/global-sync.tsx
@@ -138,6 +138,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
}
globalSDK.event.listen((e) => {
+ console.log(e)
const directory = e.name
const event = e.details