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