File tree 2 files changed +2
-2
lines changed
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 {
301
301
public getNativeScriptCloudVersion ( ) : Promise < string > {
302
302
return this . getValueForProperty ( ( ) => this . nativeScriptCloudVersionCache , async ( ) : Promise < string > => {
303
303
const output = await this . execCommand ( "tns cloud lib version" ) ;
304
- return output ? output . trim ( ) : output ;
304
+ return output ? this . getVersionFromString ( output . trim ( ) ) : output ;
305
305
} ) ;
306
306
}
307
307
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-doctor" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " Library that helps identifying if the environment can be used for development of {N} apps." ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " ./typings/nativescript-doctor.d.ts" ,
You can’t perform that action at this time.
0 commit comments