mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +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
|
@ -9,7 +9,8 @@ module.exports = syrup.serial()
|
|||
.dependency(require('../support/router'))
|
||||
.dependency(require('../support/push'))
|
||||
.dependency(require('../support/quit'))
|
||||
.define(function(options, adb, router, push, quit) {
|
||||
.dependency(require('./owner'))
|
||||
.define(function(options, adb, router, push, quit, owner) {
|
||||
var log = logger.createLogger('device:plugins:logcat')
|
||||
|
||||
function openService() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue