Skip to content

Commit 785b510

Browse files
authored
Merge branch 'main' into feature/filelist-scrollable-styling
2 parents 539d615 + dc3dddc commit 785b510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/desktop/src/main/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const createMainWindow = () => {
5353
});
5454

5555
// Listen for renderer crashes and attempt a single reload
56-
mainWindow.webContents.on("crashed", (event, killed) => {
56+
mainWindow.webContents.on("render-process-gone", (event, killed) => {
5757
console.error("Renderer process crashed. Killed:", killed);
5858

5959
if (!hasReloaded) {

0 commit comments

Comments
 (0)