fix(core): update
This commit is contained in:
parent
ea47e1afc0
commit
66f463549d
@ -53,7 +53,7 @@ export class SmartIpc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (const handler of this.handlers) {
|
for (const handler of this.handlers) {
|
||||||
ipcEventEmitter.on(handler.keyword, (dataArg) => {
|
ipcEventEmitter.on(handler.keyword, dataArg => {
|
||||||
handler.handlerFunc(dataArg);
|
handler.handlerFunc(dataArg);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user