mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user