mirror of
https://github.com/coder/code-server.git
synced 2026-06-01 09:59:34 +00:00
Use spdlog for log service
This commit is contained in:
@@ -161,7 +161,7 @@ export class ExtensionEnvironmentChannel implements IServerChannel {
|
||||
throw new Error(`Invalid listen "${event}"`);
|
||||
}
|
||||
|
||||
public call(_: unknown, command: string, args?: any): Promise<any> {
|
||||
public call(_: unknown, command: string, _args?: any): Promise<any> {
|
||||
switch (command) {
|
||||
case "getEnvironmentData": return this.getEnvironmentData();
|
||||
case "getDiagnosticInfo": return this.getDiagnosticInfo();
|
||||
|
||||
Reference in New Issue
Block a user