File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ export class SysInfo implements NativeScriptDoctor.ISysInfo {
301301 public getNativeScriptCloudVersion ( ) : Promise < string > {
302302 return this . getValueForProperty ( ( ) => this . nativeScriptCloudVersionCache , async ( ) : Promise < string > => {
303303 const output = await this . execCommand ( "tns cloud lib version" ) ;
304- return output ? output . trim ( ) : output ;
304+ return output ? this . getVersionFromString ( output . trim ( ) ) : output ;
305305 } ) ;
306306 }
307307
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-doctor" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " Library that helps identifying if the environment can be used for development of {N} apps." ,
55 "main" : " lib/index.js" ,
66 "types" : " ./typings/nativescript-doctor.d.ts" ,
You can’t perform that action at this time.
0 commit comments