mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-06 00:46:53 +00:00
Revert "fix: Explicitly exit CLI to prevent hanging subprocesses (#3083)"
This reverts commit a9624c0fff.
This commit is contained in:
@@ -63,8 +63,7 @@ export namespace FileWatcher {
|
||||
return { sub }
|
||||
},
|
||||
async (state) => {
|
||||
if (!state.sub) return
|
||||
await state.sub?.unsubscribe()
|
||||
state.sub?.unsubscribe()
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user