Changes of Linux canary v0.0.88
This commit is contained in:
parent
da6fef1865
commit
9c1fb531c7
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ v8Util.setHiddenValue(global, 'ipcNative', {
|
|||
onMessage(internal, channel, args, senderId) {
|
||||
const sender = internal ? ipcInternalEmitter : ipcEmitter;
|
||||
sender.emit(channel, { sender, senderId }, ...args);
|
||||
process.activateUvLoop();
|
||||
}
|
||||
});
|
||||
// Use electron module after everything is ready.
|
||||
|
|
Loading…
Reference in a new issue