Assert duplicate objects are supported
This commit is contained in:
parent
1944fdc962
commit
fd23c7bf76
2 changed files with 6 additions and 0 deletions
|
@ -242,6 +242,7 @@ ipcMain.on('create-window-with-options-cycle', (event) => {
|
|||
world: true
|
||||
}
|
||||
}
|
||||
foo.baz2 = foo.baz
|
||||
const window = new BrowserWindow({show: false, foo: foo})
|
||||
event.returnValue = window.id
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue