mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 04:53:28 +02:00
Fix JSHint errors.
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = syrup.serial()
|
||||
.define(function(options, router, push, adb) {
|
||||
var log = logger.createLogger('device:plugins:store')
|
||||
|
||||
router.on(wire.StoreOpenMessage, function(channel, message) {
|
||||
router.on(wire.StoreOpenMessage, function(channel) {
|
||||
log.info('Opening Play Store')
|
||||
|
||||
var reply = wireutil.reply(options.serial)
|
||||
|
||||
Reference in New Issue
Block a user