This commit is contained in:
Shreya
2025-07-17 10:22:11 -04:00
parent 0d64355be6
commit 003b38b348

View File

@@ -437,6 +437,9 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
);
if (quitCommand && quitCommand.action) {
quitCommand.action(commandContext, '');
setTimeout(() => {
process.exit(0);
}, 100);
} else {
// This is unlikely to be needed but added for an additional fallback.
process.exit(0);