Skip to content

Commit 71723eb

Browse files
committed
fix
1 parent f6b9ac0 commit 71723eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/osinstaller/CxInstaller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as fsPromises from 'fs/promises';
21
import * as fs from 'fs';
32
import * as path from 'path';
43
import * as tar from 'tar';
@@ -12,7 +11,7 @@ type SupportedPlatforms = 'win32' | 'darwin' | 'linux';
1211

1312
export class CxInstaller {
1413
private readonly platform: string;
15-
private cliVersion = '2.2.6';
14+
private cliVersion = '2.2.5';
1615
private readonly resourceDirPath: string;
1716
private static installSemaphore = new Semaphore(1); // Semaphore with 1 slot
1817

0 commit comments

Comments
 (0)