mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
docs: fix http simple example log statement (#4320)
Co-authored-by: Karl Böhlmark <karl.bohlmark@netinsight.net>
This commit is contained in:
@@ -14,5 +14,5 @@ const server = Bun.serve({
|
||||
},
|
||||
});
|
||||
|
||||
console.log(`Listening on localhost:\${server.port}`);
|
||||
console.log(`Listening on localhost: ${server.port}`);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user