This reverts commit 8028c57b42
.
This commit is contained in:
parent
28466a39d8
commit
49fe2604b3
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ v8Util.setHiddenValue(global, 'ipcNative', {
|
||||||
onMessage (internal: boolean, channel: string, args: any[], senderId: number) {
|
onMessage (internal: boolean, channel: string, args: any[], senderId: number) {
|
||||||
const sender = internal ? ipcInternalEmitter : ipcEmitter
|
const sender = internal ? ipcInternalEmitter : ipcEmitter
|
||||||
sender.emit(channel, { sender, senderId }, ...args)
|
sender.emit(channel, { sender, senderId }, ...args)
|
||||||
process.activateUvLoop()
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue