Revert "fix: Explicitly exit CLI to prevent hanging subprocesses (#3083)"

This reverts commit 5f0e46c51c.
This commit is contained in:
Aiden Cline
2025-10-27 01:30:13 -05:00
parent 5f0e46c51c
commit 977339adab
7 changed files with 51 additions and 71 deletions
+1 -2
View File
@@ -63,8 +63,7 @@ export namespace FileWatcher {
return { sub }
},
async (state) => {
if (!state.sub) return
await state.sub?.unsubscribe()
state.sub?.unsubscribe()
},
)