Skip to content

Commit

Permalink
Revert "Hard exitting after quit finished"
Browse files Browse the repository at this point in the history
This reverts commit 8ce1cfa.
  • Loading branch information
Soryyyn committed Mar 9, 2023
1 parent deb1775 commit 8eb8379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/electron/appEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export async function handleAppBeforeQuit(
*/
export function handleAppQuit(): void {
log('warn', 'Quit finished');
process.exit();
}

/**
Expand Down

0 comments on commit 8eb8379

Please sign in to comment.