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