You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Hello, i got some troubles.
I tried following guide below in "Relaunch window after the process crash" section, but i got a blank page and unable to reach win.reload() .
win.webContents.on('crashed',()=>{constoptions={type: 'info',title: 'Renderer Process Crashed',message: 'This process has crashed.',buttons: ['Reload','Close']}dialog.showMessageBox(options,(index)=>{if(index===0)win.reload()elsewin.close()})})
This demo snippet only work with electron 6 below, Can I reload after the process crash in higher version ?
The text was updated successfully, but these errors were encountered:
Hello, i got some troubles.
I tried following guide below in "Relaunch window after the process crash" section, but i got a blank page and unable to reach win.reload() .
This demo snippet only work with electron 6 below, Can I reload after the process crash in higher version ?
The text was updated successfully, but these errors were encountered: