Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-languageserver-node
/ error
Method
error
client/src/client.ts:126–128 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
124
125
class
ConsoleLogger implements Logger {
126
public error(message: string): void {
127
console.error(message);
128
}
129
public warn(message: string): void {
130
console.warn(message);
131
}
Callers
nothing calls this directly
Calls
1
error
Method · 0.65
Tested by
no test coverage detected