Skip to content

Commit fb77767

Browse files
committed
refactor
1 parent fce8af8 commit fb77767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export class CxInstaller {
105105
} catch (error) {
106106
logger.error('Error during installation:', error);
107107
if (error instanceof CxError) {
108-
logger.error('Error message:', error.message);
109108
process.exit(1);
110109
}
111110
}

0 commit comments

Comments
 (0)