Fix port argument parsing

This commit is contained in:
Markus Scully 2023-06-05 14:18:32 +02:00
parent be1c243017
commit 20177fe547
3 changed files with 1968 additions and 4 deletions

View file

@ -43,7 +43,7 @@ class ServerInterface {
}
capLogfile() {
fs.appendFile(this.logfile, '-----------\n');
fs.appendFileSync(this.logfile, '-----------\n');
}
get timestamp() {