diff options
| author | Adam <[email protected]> | 2025-12-15 18:13:11 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-15 18:13:11 -0600 |
| commit | 2c70c0b00fdf7561d1a936043223da8518acde08 (patch) | |
| tree | 134252f7ea9c099e3fc8f92e09b50cd0e4f0805d /packages/desktop/src/context/global-sync.tsx | |
| parent | 34024c2504d1bdb105e217f5351fd1cb5d7b50a9 (diff) | |
| download | opencode-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.tsx | 1 |
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 |
