Skip to content

Commit

Permalink
Uncomment app.quit() (#689)
Browse files Browse the repository at this point in the history
Should allow the app the terminate properly now instead of lingering in the background.
  • Loading branch information
ameamenoame authored Apr 14, 2020
1 parent 1b0c854 commit ed03204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ app.on('window-all-closed', async () => {
await httpApi.close();
}

// app.quit();
app.quit();
} catch (err) {
logger.error('something fail during app close');
logger.error(err);
Expand Down

0 comments on commit ed03204

Please sign in to comment.