Skip to content
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

refactor: remove copied Adb.install from emulator.install #1108

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

raphinesse
Copy link
Contributor

Motivation and Context

emulator.install contains a copy of the code of Adb.install just to be able to pass custom options to execa.

Description

This change removes that duplicated code in favor of a new option in Adb.install that allows to pass through options to execa.

Testing

Unit tests.

`emulator.install` contains a copy of the code of `Adb.install` just to
be able to pass custom options to `execa`.

This change removes that duplicated code in favor of a new option in
`Adb.install` that allows to pass through options to `execa`.
@raphinesse raphinesse added this to the 9.0.1 milestone Oct 22, 2020
raphinesse added a commit to raphinesse/cordova-android that referenced this pull request Oct 22, 2020
Copy link
Contributor

@breautek breautek left a comment

Choose a reason for hiding this comment

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

lgtm

@raphinesse raphinesse merged commit 671e1fd into apache:master Nov 17, 2020
@raphinesse raphinesse deleted the dry-emulator.install branch November 17, 2020 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants