1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Add browser list to device identity.

This commit is contained in:
Simo Kinnunen 2014-04-01 19:29:28 +09:00
parent 2bf8f2352b
commit e17f306d30
11 changed files with 144 additions and 9 deletions

View file

@ -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()