mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: remove worker.terminate() to prevent process termination during shutdown
This commit is contained in:
parent
24af586d50
commit
129fdea05c
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ export const TuiThreadCommand = cmd({
|
|||
url: server.url,
|
||||
onExit: async () => {
|
||||
await client.call("shutdown", undefined)
|
||||
worker.terminate()
|
||||
},
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue