mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
parent
f62ce4acc1
commit
b4416b5f0f
31 changed files with 126 additions and 119 deletions
|
@ -520,13 +520,13 @@ program
|
|||
, '--auth-url', util.format('http://localhost:%d/', options.authPort)
|
||||
, '--connect-sub', options.bindAppPub
|
||||
, '--connect-push', options.bindAppPull
|
||||
].concat(function() {
|
||||
].concat((function() {
|
||||
var extra = []
|
||||
if (options.disableWatch) {
|
||||
extra.push('--disable-watch')
|
||||
}
|
||||
return extra
|
||||
}()))
|
||||
})()))
|
||||
]
|
||||
|
||||
function shutdown() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue