SDA-4381 - Reverts SDA-4373 as killing c9 is enough (#2000)

This commit is contained in:
Kiran Niranjan 2023-11-01 13:38:18 +05:30 committed by GitHub
parent 28358ddfe7
commit 8b87d72f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2344,7 +2344,7 @@ export class WindowHandler {
if (shouldRelaunch) {
app.relaunch();
}
app.quit();
app.exit();
};
/**