mirror of
https://github.com/appium/appium.git
synced 2026-02-11 20:39:04 -06:00
Merge pull request #3181 from paymand/localizable_strings_fix
Quick fix for Localizable.strings
This commit is contained in:
@@ -1081,8 +1081,8 @@ IOS.prototype.parseLocalizableStrings = function (cb, language) {
|
||||
} else {
|
||||
logger.debug("Parsed app Localizable.strings");
|
||||
this.localizableStrings = obj;
|
||||
cb();
|
||||
}
|
||||
cb();
|
||||
}.bind(this));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user