Skip to content

Commit a4cbc65

Browse files
committed
revert delete checkExecutableExists
1 parent f6d7bf3 commit a4cbc65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ export class CxInstaller {
102102
writer.close();
103103
}
104104
}
105+
106+
private checkExecutableExists(): boolean {
107+
return fs.existsSync(this.getExecutablePath());
108+
}
105109

106110
private async readASTCLIVersion(): Promise<string> {
107111
if (this.cliVersion) {

0 commit comments

Comments
 (0)