telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

fix: Device detection is not working when --device is passed #1107

Closed rosen-vladimirov closed 6 years ago

rosen-vladimirov commented 6 years ago

Due to missing await in device detection, passing --device is not working in some cases. Add the missing await.