File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 2.2.5
1+ 2.3.3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export class CxInstaller {
2121 private cliVersion : string ;
2222 private readonly resourceDirPath : string ;
2323 private readonly installedCLIVersionFileName = 'cli-version' ;
24- private readonly cliDefaultVersion = '2.2.5 ' ; // Update this with the latest version.
24+ private readonly cliDefaultVersion = '2.3.3 ' ; // Update this with the latest version.
2525 private readonly client : AstClient ;
2626
2727 private static readonly PLATFORMS : Record < SupportedPlatforms , PlatformData > = {
@@ -95,7 +95,7 @@ export class CxInstaller {
9595 if ( err ) {
9696 logger . warn ( 'Error deleting the file:' , err ) ;
9797 } else {
98- logger . info ( ' File deleted successfully!' ) ;
98+ logger . info ( ` File ${ zipPath } deleted.` ) ;
9999 }
100100 } ) ;
101101
You can’t perform that action at this time.
0 commit comments