1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00

Update 00_serve.ts

Signed-off-by: ricfrst <ricardofurst06@gmail.com>
This commit is contained in:
ricfrst 2024-11-19 17:34:13 -05:00 committed by GitHub
parent 5f8a01569e
commit 9e04c793cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -881,7 +881,7 @@ function registerDeclarativeServer(exports) {
? ` with ${serveWorkerCount} threads`
: "";
const host = formatHostName(hostname);
// deno-lint-ignore no-console
// Log server information
console.error(
`%cdeno serve%c: Listening on %chttp://${host}:${port}/%c${nThreads}`,