mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Setting parse-numbers: false caused number options to become strings as well. Since we seem to have little control over positional arguments, let's make it an option instead.
This commit is contained in:
@@ -159,7 +159,8 @@ module.exports.handler = function(argv) {
|
||||
var fork = require('child_process').fork
|
||||
|
||||
var args = [
|
||||
'device', device.id
|
||||
'device'
|
||||
, '--serial', device.id
|
||||
, '--provider', argv.name
|
||||
, '--screen-port', ports.shift()
|
||||
, '--connect-port', ports.shift()
|
||||
|
||||
Reference in New Issue
Block a user