Assert duplicate objects are supported

This commit is contained in:
Kevin Sawicki 2017-01-04 14:54:18 -08:00
parent 1944fdc962
commit fd23c7bf76
2 changed files with 6 additions and 0 deletions

View file

@ -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
})