Remove lint errors
This commit is contained in:
parent
fd23c7bf76
commit
1f07977f09
2 changed files with 6 additions and 7 deletions
|
@ -231,12 +231,11 @@ ipcMain.on('close-on-will-navigate', (event, id) => {
|
|||
})
|
||||
})
|
||||
|
||||
|
||||
ipcMain.on('create-window-with-options-cycle', (event) => {
|
||||
// This can't be done over remote since cycles are already
|
||||
// nulled out at the IPC layer
|
||||
const foo = {}
|
||||
foo.bar = foo
|
||||
foo.bar = foo
|
||||
foo.baz = {
|
||||
hello: {
|
||||
world: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue