Minor
This commit is contained in:
parent
4ace1d4b32
commit
643a0340a8
|
@ -16,7 +16,7 @@ contextBridge.exposeInMainWorld(
|
||||||
const cleanedArgs = args.map(v => cleanValue(v));
|
const cleanedArgs = args.map(v => cleanValue(v));
|
||||||
const cleanedChannel = cleanValue(channel);
|
const cleanedChannel = cleanValue(channel);
|
||||||
|
|
||||||
console.log('REAL.IPC', cleanedChannel, cleanedArgs);
|
// console.log('REAL.IPC', cleanedChannel, cleanedArgs);
|
||||||
|
|
||||||
ipcRenderer.sendToHost(cleanedChannel, ...cleanedArgs);
|
ipcRenderer.sendToHost(cleanedChannel, ...cleanedArgs);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue