Fix port argument parsing
This commit is contained in:
parent
be1c243017
commit
20177fe547
3 changed files with 1968 additions and 4 deletions
|
@ -43,7 +43,7 @@ class ServerInterface {
|
|||
}
|
||||
|
||||
capLogfile() {
|
||||
fs.appendFile(this.logfile, '-----------\n');
|
||||
fs.appendFileSync(this.logfile, '-----------\n');
|
||||
}
|
||||
|
||||
get timestamp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue