зеркало из https://github.com/microsoft/appium.git
fix incorrect .bind() causing an undefined crash when prelaunching sim (cc @Jonahss)
This commit is contained in:
Родитель
128ab2c6dc
Коммит
9bc59cfe94
|
@ -1248,7 +1248,7 @@ IOS.prototype.prelaunchSimulator = function (cb) {
|
|||
waitForSimulatorLogs(10);
|
||||
}.bind(this));
|
||||
|
||||
}).bind(this);
|
||||
}.bind(this));
|
||||
};
|
||||
|
||||
IOS.prototype.parseLocalizableStrings = function (/* language, stringFile, cb */) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче