Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
t57ser committed Oct 7, 2021
1 parent 19b04ad commit 0f58582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/browser/guest-window-proxy.ts
Expand Up @@ -91,7 +91,7 @@ ipcMainInternal.on(
frameName: frameName || '',
features: features || ''
},
closeWithOpener: result.closeWithOpener,
closeWithOpener: result.closeWithOpener
});

event.returnValue = guest ? guest.webContents.id : null;
Expand Down

0 comments on commit 0f58582

Please sign in to comment.