Fix JSHint errors.

This commit is contained in:
Simo Kinnunen
2014-05-13 14:54:56 +09:00
parent 392f1e49e5
commit 86adb4f359
11 changed files with 16 additions and 17 deletions

View File

@@ -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
})
})