Use spdlog for log service

This commit is contained in:
Asher
2019-07-01 14:18:30 -05:00
parent a0121f2f0c
commit 0d618bb1ef
2 changed files with 9 additions and 4 deletions

View File

@@ -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();