зеркало из https://github.com/microsoft/appium.git
fix a bug in finding ios real device id
This commit is contained in:
Родитель
a50ffb0d5b
Коммит
2edff49657
|
@ -825,7 +825,7 @@ IOS.prototype.detectUdid = function (cb) {
|
|||
}
|
||||
|
||||
if (stdout && stdout.length > 2) {
|
||||
this.args.udid = stdout.replace("\n", "");
|
||||
this.args.udid = stdout.split("\n")[0];
|
||||
logger.debug("Detected udid as " + this.args.udid);
|
||||
cb();
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче