mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 16:25:13 +02:00
Fix JSHint errors.
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = function(options) {
|
||||
lifecycle.observe(function() {
|
||||
log.info('Waiting for client connections to end')
|
||||
return server.closeAsync()
|
||||
.catch(function(err) {
|
||||
.catch(function() {
|
||||
// Okay
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user