MozillaReality / fxr-cli

A command-line tool for installing and automating the Firefox Reality virtual-reality browser.
https://www.npmjs.com/package/fxr
Mozilla Public License 2.0
4 stars 3 forks source link

reuse `adb` retry logic from `launch` in `install` (and keep it DRY in a `utils` method) #25

Open cvan opened 5 years ago

cvan commented 5 years ago

the retry logic was added to install in fad66d1, but the code is not DRY in a utils method yet