Skip to content

Commit 1324f8e

Browse files
committed
check
1 parent 8eb479f commit 1324f8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,7 @@ export class CxInstaller {
9898
fs.chmodSync(this.getExecutablePath(), 0o755);
9999
logger.info('Extracted CLI to:', this.resourceDirPath);
100100
} catch (error) {
101-
if (await this.checkLatestExecutableVersionIsInstalled()) {
102-
return;
103-
}
104101
logger.error('Error during installation:', error);
105-
process.exit(1);
106102
}
107103
}
108104

0 commit comments

Comments
 (0)