mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Add browser list to device identity.
This commit is contained in:
@@ -253,7 +253,7 @@ module.exports = function(options) {
|
||||
|
||||
// Spawn a device worker
|
||||
function spawn() {
|
||||
var ports = options.ports.splice(0, 2)
|
||||
var ports = options.ports.splice(0, 3)
|
||||
, proc = options.fork(device, ports)
|
||||
, resolver = Promise.defer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user