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