fix filewatcher not closing cleanly
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-02 11:15:12 -04:00
parent cd6936ce50
commit 7822227eec
+1 -1
View File
@@ -40,7 +40,7 @@ export namespace FileWatcher {
}, },
) )
return { watcher } return { watcher }
} finally { } catch {
return {} return {}
} }
}, },