diff options
Diffstat (limited to 'cli/js/web/headers.ts')
-rw-r--r-- | cli/js/web/headers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/headers.ts b/cli/js/web/headers.ts index 65d52cacd..652dd2de6 100644 --- a/cli/js/web/headers.ts +++ b/cli/js/web/headers.ts @@ -2,7 +2,7 @@ import * as domTypes from "./dom_types.ts"; import { DomIterableMixin } from "./dom_iterable.ts"; import { requiredArguments } from "../util.ts"; -import { customInspect } from "../console.ts"; +import { customInspect } from "./console.ts"; // From node-fetch // Copyright (c) 2016 David Frank. MIT License. |