Skip to content

Commit

Permalink
SDA-4381 - Reverts SDA-4373 as killing c9 is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Nov 1, 2023
1 parent 28358dd commit b83a0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/window-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ export class WindowHandler {
if (shouldRelaunch) {
app.relaunch();
}
app.quit();
app.exit();
};

/**
Expand Down

0 comments on commit b83a0e9

Please sign in to comment.