This repository was archived by the owner on Feb 2, 2021. It is now read-only.
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 @@ -1363,7 +1363,7 @@ interface IDoctorService {
13631363 * @param configOptions: defines if the result should be tracked by Analytics
13641364 * @returns {Promise<void> }
13651365 */
1366- printWarnings ( configOptions ?: { trackResult : boolean , projectDir ?: string } ) : Promise < void > ;
1366+ printWarnings ( configOptions ?: { trackResult : boolean , projectDir ?: string , runtimeVersion ?: string } ) : Promise < void > ;
13671367 /**
13681368 * Runs the setup script on host machine
13691369 * @returns {Promise<ISpawnResult> }
@@ -1374,7 +1374,7 @@ interface IDoctorService {
13741374 * @param platform @optional The current platform
13751375 * @returns {Promise<boolean> } true if the environment is properly configured for local builds
13761376 */
1377- canExecuteLocalBuild ( platform ?: string , projectDir ?: string ) : Promise < boolean > ;
1377+ canExecuteLocalBuild ( platform ?: string , projectDir ?: string , runtimeVersion ?: string ) : Promise < boolean > ;
13781378}
13791379
13801380interface IUtils {
Original file line number Diff line number Diff line change 4545 "minimatch" : " 2.0.4" ,
4646 "mkdirp" : " 0.3.5" ,
4747 "mute-stream" : " 0.0.4" ,
48- "nativescript-doctor" : " 1.1 .0" ,
48+ "nativescript-doctor" : " 1.2 .0" ,
4949 "open" : " 0.0.4" ,
5050 "osenv" : " 0.1.0" ,
5151 "parse5" : " 2.2.0" ,
You can’t perform that action at this time.
0 commit comments