feat: exit cli after running command

This commit is contained in:
Eli Bosley
2025-01-23 16:02:41 -05:00
parent 6faef27d7c
commit 5ca225fe7a

View File

@@ -19,6 +19,7 @@ try {
nativeShell: { executablePath: shellToUse },
},
});
process.exit(0);
} catch (error) {
cliLogger.error('ERROR:', error);
internalLogger.error({