fix: this.log is not a function
This commit is contained in:
parent
e79e8064f4
commit
33f717006b
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ function startServer() {
|
|||
'error',
|
||||
err
|
||||
);
|
||||
}
|
||||
}.bind(this)
|
||||
);
|
||||
|
||||
this.server.maxConnections=this.config.maxConnections;
|
||||
|
|
Loading…
Reference in a new issue