We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce8af8 commit fb77767Copy full SHA for fb77767
1 file changed
src/main/osinstaller/CxInstaller.ts
@@ -105,7 +105,6 @@ export class CxInstaller {
105
} catch (error) {
106
logger.error('Error during installation:', error);
107
if (error instanceof CxError) {
108
- logger.error('Error message:', error.message);
109
process.exit(1);
110
}
111
0 commit comments