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

Implement "doctor" command #360

Merged
merged 1 commit into from
Jun 11, 2015
Merged

Implement "doctor" command #360

merged 1 commit into from
Jun 11, 2015

Conversation

teobugslayer
Copy link
Contributor

@teobugslayer teobugslayer added this to the {N} 1.2 milestone Jun 11, 2015
return (() => {
var warningsPrinted = this.$doctorService.printWarnings();
if (warningsPrinted) {
this.$logger.out("Please note that these warnings are just used to help the NativeScript maintainers".bold + os.EOL +
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NativeScript -> ${this.$staticConfig.CLIENT_NAME_ALIAS || this.$staticConfig.CLIENT_NAME}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and same is valid for other NativeScript occurrences

@teobugslayer
Copy link
Contributor Author

I will make a separate PR for the AppBuilder to restore the missing functionality


public execute(args: string[]): IFuture<void> {
return (() => {
var warningsPrinted = this.$doctorService.printWarnings();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

var -> let

@rosen-vladimirov
Copy link
Collaborator

👍

teobugslayer added a commit that referenced this pull request Jun 11, 2015
@teobugslayer teobugslayer merged commit 488381e into master Jun 11, 2015
@teobugslayer teobugslayer deleted the totev/doctor branch November 18, 2015 15:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants