File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,11 @@ function Local(){
121121 this . key = value ;
122122 break ;
123123
124- case 'verbose' :
124+ case 'verbose' :
125125 if ( value . toString ( ) !== 'true' )
126126 this . verboseFlag = value ;
127127 else {
128- this . verboseFlag = 1 ;
128+ this . verboseFlag = 1 ;
129129 }
130130 break ;
131131
@@ -195,7 +195,7 @@ function Local(){
195195 this . logfile = value ;
196196 break ;
197197
198- case 'parallelRuns' :
198+ case 'parallelRuns' :
199199 if ( value )
200200 this . parallelRunsFlag = value ;
201201 break ;
@@ -232,8 +232,8 @@ function Local(){
232232 if ( this . folderFlag )
233233 args . push ( this . folderFlag ) ;
234234 if ( this . key ) {
235- args . push ( '--key' ) ;
236- args . push ( this . key ) ;
235+ args . push ( '--key' ) ;
236+ args . push ( this . key ) ;
237237 }
238238 if ( this . folderPath )
239239 args . push ( this . folderPath ) ;
@@ -247,9 +247,10 @@ function Local(){
247247 args . push ( '--parallel-runs' ) ;
248248 args . push ( this . parallelRunsFlag ) ;
249249 }
250- if ( this . onlyHosts )
250+ if ( this . onlyHosts ) {
251251 args . push ( '--only' ) ;
252252 args . push ( this . onlyHosts ) ;
253+ }
253254 if ( this . onlyAutomateFlag )
254255 args . push ( this . onlyAutomateFlag ) ;
255256 if ( this . proxyHost ) {
You can’t perform that action at this time.
0 commit comments