Merge pull request #115 from atiertant/patch-1
fix this.log is not a function
This commit is contained in:
commit
22c5688737
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ function startServer() {
|
||||||
'error',
|
'error',
|
||||||
err
|
err
|
||||||
);
|
);
|
||||||
}
|
}.bind(this)
|
||||||
);
|
);
|
||||||
|
|
||||||
this.server.maxConnections=this.config.maxConnections;
|
this.server.maxConnections=this.config.maxConnections;
|
||||||
|
|
Loading…
Reference in a new issue