Updates for 1.5.0
This commit is contained in:
@@ -103,7 +103,7 @@ export class ObjectProxyClient<ObjectType extends ProxyInterface<ObjectType>> {
|
||||
}) as any;
|
||||
}
|
||||
|
||||
private handleIPCMessage(event: IpcRendererEvent, ...args: any[]) {
|
||||
private handleIPCMessage(_event: IpcRendererEvent, ...args: any[]) {
|
||||
const actionType = args[0];
|
||||
|
||||
if(actionType === "notify-event") {
|
||||
|
||||
Reference in New Issue
Block a user