mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -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`
|
? ` with ${serveWorkerCount} threads`
|
||||||
: "";
|
: "";
|
||||||
const host = formatHostName(hostname);
|
const host = formatHostName(hostname);
|
||||||
|
// deno-lint-ignore no-console
|
||||||
// Log server information
|
// Log server information
|
||||||
console.error(
|
console.error(
|
||||||
`%cdeno serve%c: Listening on %chttp://${host}:${port}/%c${nThreads}`,
|
`%cdeno serve%c: Listening on %chttp://${host}:${port}/%c${nThreads}`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue