diff --git a/src/main/kube-auth-proxy.ts b/src/main/kube-auth-proxy.ts index af9484bf6f..c6f65f2419 100644 --- a/src/main/kube-auth-proxy.ts +++ b/src/main/kube-auth-proxy.ts @@ -96,7 +96,7 @@ export class KubeAuthProxy { } protected async sendIpcLogMessage(data: string, stream: string) { - await this.promiseIpc.send(`kube-auth:${this.cluster.id}`, findMainWebContents(), { data: data, stream: stream }) + await this.promiseIpc.send(`kube-auth:${this.cluster.id}`, findMainWebContents(), { data: data, stream: stream }) } public exit() {