mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
JSHint.
This commit is contained in:
parent
12eaf5182f
commit
a0e0d2228a
14 changed files with 31 additions and 31 deletions
|
@ -13,7 +13,8 @@ module.exports = syrup.serial()
|
|||
.dependency(require('../support/adb'))
|
||||
.define(function(options, adb) {
|
||||
var log = logger.createLogger('device:resources:service')
|
||||
var builder = ProtoBuf.loadProtoFile(pathutil.vendor('STFService/wire.proto'))
|
||||
var builder = ProtoBuf.loadProtoFile(
|
||||
pathutil.vendor('STFService/wire.proto'))
|
||||
|
||||
var resource = {
|
||||
requiredVersion: '0.7.21'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue