Skip to content

Commit

Permalink
style: render-process-gone log
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jan 21, 2022
1 parent d4f4fa2 commit d124ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const createWindow = () => {
}

window.webContents.on('render-process-gone', (_, { reason, exitCode }) => {
logger.error(`[web ui] crashed: ${reason}, code: ${exitCode}`)
logger.error(`[web ui] render-process-gone: ${reason}, code: ${exitCode}`)
})

window.webContents.on('unresponsive', () => {
Expand Down

0 comments on commit d124ca0

Please sign in to comment.