This commit is contained in:
LouisLam 2021-08-10 22:00:29 +08:00
parent e0ae9a9e73
commit d5149f90b4
3 changed files with 5 additions and 9 deletions

View file

@ -581,7 +581,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
if (hostname) {
console.log(`Listening on ${hostname}:${port}`);
} else {
console.log("Listening on ${port}");
console.log(`Listening on ${port}`);
}
startMonitors();
});