chore: cleanup

This commit is contained in:
adamelmore
2026-01-26 17:02:56 -06:00
parent 8371ba5aec
commit 6897bb7d02

View File

@@ -561,7 +561,6 @@ 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