summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/custom_inspect_url.js
AgeCommit message (Collapse)Author
2022-06-15fix(url): properly indent when inspecting URLs (#14867)cjihrig
This commit updates the custom inspect function for URL objects to pass the inspect options through so that the context is propagated and the resulting indentation is correct. Fixes: https://github.com/denoland/deno/issues/14171