Skip to content

Commit 41efb3f

Browse files
committed
Update browser-window module
1 parent c8fb877 commit 41efb3f

File tree

2 files changed

+497
-19
lines changed

2 files changed

+497
-19
lines changed

github-electron/github-electron-main-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ var template = <Electron.MenuItemOptions[]>[
462462
{
463463
label: 'Reload',
464464
accelerator: 'Command+R',
465-
click: () => { BrowserWindow.getFocusedWindow().reloadIgnoringCache(); }
465+
click: () => { BrowserWindow.getFocusedWindow().webContents.reloadIgnoringCache(); }
466466
},
467467
{
468468
label: 'Toggle DevTools',

0 commit comments

Comments
 (0)