summaryrefslogtreecommitdiff
path: root/ext/webidl/00_webidl.js
diff options
context:
space:
mode:
authorMarvin Hagemeister <marvin@deno.com>2024-09-06 11:22:52 +0200
committerGitHub <noreply@github.com>2024-09-06 09:22:52 +0000
commit73ab32c55124124467ce66eca2220bc4a5dfad0f (patch)
tree759b8d19b7e7f56c207658629de9cc46a0d06912 /ext/webidl/00_webidl.js
parentdcf155516b95ce540805eb04beec823cd079fa0f (diff)
fix: invalid ipv6 hostname on `deno serve` (#25482)
This PR fixes an invalid URL being printed when running `deno serve` Before: invalid URL ```sh $ deno serve --host localhost deno serve: Listening on http://::1:8000/ ``` After: valid URL ```sh $ deno serve --host localhost deno serve: Listening on http://[::1]:8000/ ```
Diffstat (limited to 'ext/webidl/00_webidl.js')
0 files changed, 0 insertions, 0 deletions