mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -7,7 +7,6 @@ module.exports = syrup.serial()
|
||||
.define(function(options, properties) {
|
||||
var log = logger.createLogger('device:support:abi')
|
||||
return (function() {
|
||||
|
||||
function split(list) {
|
||||
return list ? list.split(',') : []
|
||||
}
|
||||
@@ -39,6 +38,5 @@ module.exports = syrup.serial()
|
||||
log.info('Supports ABIs %s', abi.all.join(', '))
|
||||
|
||||
return abi
|
||||
|
||||
})()
|
||||
})
|
||||
|
||||
@@ -26,7 +26,7 @@ module.exports = syrup.serial()
|
||||
})
|
||||
.then(function() {
|
||||
// Establish always-on channels
|
||||
;[wireutil.global].forEach(function(channel) {
|
||||
[wireutil.global].forEach(function(channel) {
|
||||
log.info('Subscribing to permanent channel "%s"', channel)
|
||||
sub.subscribe(channel)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user