Changes of Linux canary v0.0.88

This commit is contained in:
root 2019-07-26 22:04:32 +02:00
parent da6fef1865
commit 9c1fb531c7
1 changed files with 1 additions and 0 deletions

View File

@ -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.