We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67b05bc + 8fd7834 commit 25a6142Copy full SHA for 25a6142
src/lib.js
@@ -189,7 +189,7 @@ function getDeviceFromDeviceTypeId(devicetypeid) {
189
}
190
191
// prepend iOS to runtime version, if necessary
192
- if (ret_obj.runtime.indexOf('iOS') === -1) {
+ if (ret_obj.runtime.indexOf('OS') === -1) {
193
ret_obj.runtime = util.format('iOS %s', ret_obj.runtime);
194
195
0 commit comments