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 f1896dd commit 0ff7ac8Copy full SHA for 0ff7ac8
src/main/osinstaller/CxInstaller.ts
@@ -19,7 +19,7 @@ export class CxInstaller {
19
private readonly resourceDirPath: string;
20
private readonly installedCLIVersionFileName = 'cli-version';
21
private readonly cliDefaultVersion = '2.2.5'; // Update this with the latest version.
22
- private readonly client;
+ private readonly client: Client;
23
24
private static readonly PLATFORMS: Record<SupportedPlatforms, PlatformData> = {
25
win32: { platform: 'windows', extension: 'zip' },
0 commit comments