We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94a615 commit 6567dd7Copy full SHA for 6567dd7
electron/main/ipc/ipc.controller.ts
@@ -79,6 +79,7 @@ export class IpcController {
79
}
80
81
private pingHandler: IpcInvokeHandler<'ping'> = async (): Promise<string> => {
82
+ this.dispatch('pong', 'pong');
83
return 'pong';
84
};
85
0 commit comments