spec: process.stdout.write
This commit is contained in:
parent
205b2455f2
commit
d0587a9c52
2 changed files with 16 additions and 6 deletions
|
@ -28,6 +28,9 @@ app.commandLine.appendSwitch('disable-renderer-backgrounding');
|
|||
// sure we can reproduce it in renderer process.
|
||||
process.stdout;
|
||||
|
||||
// Access console to reproduce #3482.
|
||||
console;
|
||||
|
||||
ipcMain.on('message', function(event, arg) {
|
||||
event.sender.send('message', arg);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue