mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 01:34:22 +01:00
fix write tool timeout
This commit is contained in:
@@ -163,8 +163,10 @@ export namespace LSPClient {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
5000,
|
3000,
|
||||||
).finally(() => {
|
)
|
||||||
|
.catch(() => {})
|
||||||
|
.finally(() => {
|
||||||
unsub?.()
|
unsub?.()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user