mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 13:53:22 +02:00
Default to null operator if none can be found. Easier to work with than undefined.
This commit is contained in:
@@ -173,7 +173,7 @@ devutil.makeIdentity = function(serial, properties) {
|
||||
serial: serial
|
||||
, platform: 'Android'
|
||||
, manufacturer: manufacturer.toUpperCase()
|
||||
, operator: operator
|
||||
, operator: operator || null
|
||||
, model: model
|
||||
, version: version
|
||||
, abi: abi
|
||||
|
||||
Reference in New Issue
Block a user