Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit b707b42

Browse files
Merge pull request #1097 from telerik/vladimirov/merge-rel-master
Merge release in master
2 parents a20a105 + fff883e commit b707b42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

declarations.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

13801380
interface IUtils {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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",

0 commit comments

Comments
 (0)