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:
parent
5f8a01569e
commit
9e04c793cd
1 changed files with 1 additions and 1 deletions
|
@ -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}`,
|
||||
|
|
Loading…
Add table
Reference in a new issue