File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ import pkgJSON from './../package.json'
1717 log . info ( `${ additionalDescription } ` ) ;
1818 if ( deprecated ) {
1919 log . warn ( `This version is deprecated. A new version ${ latestVersion } is available!` ) ;
20- log . warn ( `More Information regarding version v ${ latestVersion } : ${ additionalDescriptionLatest } \n` ) ;
20+ log . warn ( `${ additionalDescriptionLatest } \n` ) ;
2121 }
2222 else if ( pkgJSON . version !== latestVersion ) {
2323 log . info ( chalk . gray ( `A new version ${ latestVersion } is available!` ) ) ;
24- log . info ( `More Information regarding version v ${ latestVersion } : ${ additionalDescriptionLatest } \n` ) ;
24+ log . info ( `${ additionalDescriptionLatest } \n` ) ;
2525 }
2626 else log . info ( chalk . gray ( 'https://www.npmjs.com/package/@lambdatest/smartui-cli\n' ) ) ;
2727 } catch ( error ) {
You can’t perform that action at this time.
0 commit comments