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
1 changed files with 1 additions and 1 deletions

View File

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