Skip to content

Commit 0ff7ac8

Browse files
committed
add tupe to client feild in CxInstaller.ts
1 parent f1896dd commit 0ff7ac8

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
@@ -19,7 +19,7 @@ export class CxInstaller {
1919
private readonly resourceDirPath: string;
2020
private readonly installedCLIVersionFileName = 'cli-version';
2121
private readonly cliDefaultVersion = '2.2.5'; // Update this with the latest version.
22-
private readonly client;
22+
private readonly client: Client;
2323

2424
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
2525
win32: { platform: 'windows', extension: 'zip' },

0 commit comments

Comments
 (0)