Skip to content

Fix not starting emulator during debug command #2917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

rosen-vladimirov
Copy link
Contributor

@rosen-vladimirov rosen-vladimirov commented Jun 23, 2017

tns debug <platform> command should start emulator in case device is not attached. The current command does not start emulator as we have passed skipInferPlatform - when this option is used, devicesService does not know for which platform to start the emulator.
Fix this by passing correct options.

Fixes #2916

`tns debug <platform>` command should start emulator in case device is not attached. The current command does not start emulator as we have passed `skipInferPlatform` - when this option is used, devicesService does not know for which platform to start the emulator.
Fix this by passing correct options.
@rosen-vladimirov rosen-vladimirov added this to the 3.1.1 milestone Jun 23, 2017
@rosen-vladimirov rosen-vladimirov self-assigned this Jun 23, 2017
@rosen-vladimirov
Copy link
Contributor Author

I'll take a different approach to fix this. Closing this PR.

@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-debug-emulator branch November 2, 2017 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant