improve snapshot speed

This commit is contained in:
Dax Raad
2025-07-03 20:16:16 -04:00
parent 25c876caa2
commit cdb25656d5
3 changed files with 33 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ export namespace LSP {
const handle = await server.spawn(App.info())
if (!handle) break
const client = await LSPClient.create(server.id, handle).catch(
() => {},
(err) => log.error("", { error: err }),
)
if (!client) break
clients.set(server.id, client)