tui: remove worker.terminate() to prevent process termination during shutdown

This commit is contained in:
Dax Raad 2025-10-15 02:30:20 -04:00
parent 24af586d50
commit 129fdea05c

View file

@ -43,7 +43,6 @@ export const TuiThreadCommand = cmd({
url: server.url,
onExit: async () => {
await client.call("shutdown", undefined)
worker.terminate()
},
})
},