diff options
Diffstat (limited to 'cli/js/web/url.ts')
-rw-r--r-- | cli/js/web/url.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/url.ts b/cli/js/web/url.ts index 076ec81f1..6ef6b367c 100644 --- a/cli/js/web/url.ts +++ b/cli/js/web/url.ts @@ -2,7 +2,7 @@ import * as urlSearchParams from "./url_search_params.ts"; import * as domTypes from "./dom_types.ts"; import { getRandomValues } from "../ops/get_random_values.ts"; -import { customInspect } from "../console.ts"; +import { customInspect } from "./console.ts"; interface URLParts { protocol: string; |