improve snapshot speed
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-03 20:16:16 -04:00
parent ac76a81354
commit a59340b05d
3 changed files with 33 additions and 12 deletions
+1 -1
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)