Skip to content

Commit f8b0df2

Browse files
committed
re trigger scan
1 parent 33e97ce commit f8b0df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class CxInstaller {
1515
private cliVersion: string;
1616
private readonly resourceDirPath: string;
1717
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
18+
private static installSemaphore = new Semaphore(1);
1919

2020
constructor(platform: string) {
2121
this.platform = platform;

0 commit comments

Comments
 (0)