mirror of
https://github.com/appium/appium.git
synced 2026-02-13 05:19:47 -06:00
Merge pull request #1547 from fbai/patch-1
Update adb.js: fix typo error
This commit is contained in:
@@ -508,7 +508,7 @@ ADB.prototype.launchAVD = function(avdName, cb) {
|
||||
} catch (err) {
|
||||
return cb(err);
|
||||
}
|
||||
this.getDeviceWithRetry(120000, cb);
|
||||
this.getDevicesWithRetry(120000, cb);
|
||||
}.bind(this));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user