fix: eslint ENOTEMPTY (#2252)

This commit is contained in:
Aiden Cline
2025-08-25 23:11:38 -05:00
committed by GitHub
parent 012a292948
commit cb03655aac
2 changed files with 5 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ export namespace LSP {
s.broken.add(root + server.id)
handle.process.kill()
log.error(`Failed to initialize LSP client ${server.id}`, { error: err })
return undefined
})
if (!client) continue
s.clients.push(client)