MCPcopy Index your code
hub / github.com/microsoft/vscode-languageserver-node / errorHandler

Function errorHandler

client/src/client.ts:2754–2756  ·  view source on GitHub ↗
(error: Error, message: Message, count: number)

Source from the content-addressed store, hash-verified

2752
2753 private createConnection(): Thenable<IConnection> {
2754 let errorHandler = (error: Error, message: Message, count: number) => {
2755 this.handleConnectionError(error, message, count);
2756 }
2757
2758 let closeHandler = () => {
2759 this.handleConnectionClosed();

Callers 1

createConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected