Skip to content

Commit 9e04c79

Browse files
authored
Update 00_serve.ts
Signed-off-by: ricfrst <[email protected]>
1 parent 5f8a015 commit 9e04c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/http/00_serve.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ function registerDeclarativeServer(exports) {
881881
? ` with ${serveWorkerCount} threads`
882882
: "";
883883
const host = formatHostName(hostname);
884-
884+
// deno-lint-ignore no-console
885885
// Log server information
886886
console.error(
887887
`%cdeno serve%c: Listening on %chttp://${host}:${port}/%c${nThreads}`,

0 commit comments

Comments
 (0)