Skip to content

Commit

Permalink
Merge da8a57e into 3b89c10
Browse files Browse the repository at this point in the history
  • Loading branch information
farmisen committed May 23, 2016
2 parents 3b89c10 + da8a57e commit c1e22a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -109,6 +109,7 @@ module.exports = class IO {
// Patch `app.listen()` to call `app.server.listen()`
app.listen = function listen(){
app.server.listen.apply( app.server, arguments )
return app.server
}
}

Expand Down

0 comments on commit c1e22a6

Please sign in to comment.