We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e97ce commit f8b0df2Copy full SHA for f8b0df2
src/main/osinstaller/CxInstaller.ts
@@ -15,7 +15,7 @@ export class CxInstaller {
15
private cliVersion: string;
16
private readonly resourceDirPath: string;
17
private readonly cliDefaultVersion = '2.2.5'; // This will be used if the version file is not found. Should be updated with the latest version.
18
- private static installSemaphore = new Semaphore(1); // Semaphore with 1 slot
+ private static installSemaphore = new Semaphore(1);
19
20
constructor(platform: string) {
21
this.platform = platform;
0 commit comments