macaca-android
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -121,3 +121,3 @@ /* ================================================================ | ||
var avdArr = data.filter(avd => {return /Name:/.test(avd);}).map(avd => avd = _.trim(avd.split(':')[1])); | ||
_.exec(`${emulatorCommand} -avd ${avdArr[1]}`); | ||
_.exec(`${emulatorCommand} -avd ${avdArr[0]}`); | ||
@@ -124,0 +124,0 @@ var checkEmulator = () => { |
{ | ||
"name": "macaca-android", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "macaca android", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35822