diff options
Diffstat (limited to 'packages/app/src/context/file.tsx')
| -rw-r--r-- | packages/app/src/context/file.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/context/file.tsx b/packages/app/src/context/file.tsx index 805936cd8..962af19f0 100644 --- a/packages/app/src/context/file.tsx +++ b/packages/app/src/context/file.tsx @@ -561,6 +561,7 @@ export const { use: useFile, provider: FileProvider } = createSimpleContext({ const stop = sdk.event.listen((e) => { const event = e.details + console.log(event) if (event.type !== "file.watcher.updated") return const path = normalize(event.properties.file) if (!path) return |
