Merge pull request #115 from atiertant/patch-1

fix this.log is not a function
This commit is contained in:
Brandon Nozaki Miller 2017-05-18 15:21:36 -07:00 committed by GitHub
commit 22c5688737

View file

@ -295,7 +295,7 @@ function startServer() {
'error', 'error',
err err
); );
} }.bind(this)
); );
this.server.maxConnections=this.config.maxConnections; this.server.maxConnections=this.config.maxConnections;