adjust listenting console output
This commit is contained in:
@@ -44,9 +44,7 @@ export class HTTPServer {
|
||||
});
|
||||
|
||||
console.log(
|
||||
`Listening on ${
|
||||
options.host ? options.host : "http://localhost"
|
||||
}:${options.port} !`,
|
||||
`Listening on ${options.host ?? "http://localhost"}:${options.port} !`,
|
||||
);
|
||||
|
||||
if (options.staticLocalDir && options.staticServePath) {
|
||||
|
||||
Reference in New Issue
Block a user