mirror of
https://github.com/sst/opencode.git
synced 2025-07-08 00:25:00 +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,8 +163,10 @@ export namespace LSPClient {
|
|||
}
|
||||
})
|
||||
}),
|
||||
5000,
|
||||
).finally(() => {
|
||||
3000,
|
||||
)
|
||||
.catch(() => {})
|
||||
.finally(() => {
|
||||
unsub?.()
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue