mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 12:53:21 +02:00
Fix all lib/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -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