mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
fix write tool timeout
This commit is contained in:
parent
26dcb85de1
commit
e99bdcefac
1 changed files with 6 additions and 4 deletions
|
@ -163,10 +163,12 @@ export namespace LSPClient {
|
|||
}
|
||||
})
|
||||
}),
|
||||
5000,
|
||||
).finally(() => {
|
||||
unsub?.()
|
||||
})
|
||||
3000,
|
||||
)
|
||||
.catch(() => {})
|
||||
.finally(() => {
|
||||
unsub?.()
|
||||
})
|
||||
},
|
||||
async shutdown() {
|
||||
log.info("shutting down", { serverID })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue