You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When path to ANDROID_HOME contains spaces, we do not get the path to adb correctly and we return error that adb is not installed.
Fix this by using child_process.spawn which handles spaces.
Fix incorrect tests which did not consider the `ignoreError` option of spawnFromEvent method.
0 commit comments