fix: this.log is not a function

This commit is contained in:
Maksim Chartkou 2017-03-27 16:10:13 +03:00
parent e79e8064f4
commit 33f717006b

View file

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