mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Fix all JSHint complaints in Node.js code.
This commit is contained in:
@@ -4,7 +4,7 @@ var syrup = require('syrup')
|
||||
var logger = require('../../../util/logger')
|
||||
|
||||
module.exports = syrup.serial()
|
||||
.define(function(options) {
|
||||
.define(function() {
|
||||
var log = logger.createLogger('device:support:quit')
|
||||
var cleanup = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user