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

This reverts commit a9624c0fff.
This commit is contained in:
Aiden Cline
2025-10-27 01:30:13 -05:00
parent a9624c0fff
commit 1a6fd018f6
7 changed files with 51 additions and 71 deletions

View File

@@ -63,8 +63,7 @@ export namespace FileWatcher {
return { sub }
},
async (state) => {
if (!state.sub) return
await state.sub?.unsubscribe()
state.sub?.unsubscribe()
},
)