diff options
Diffstat (limited to 'cli/js/symbols.ts')
-rw-r--r-- | cli/js/symbols.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/symbols.ts b/cli/js/symbols.ts index 4a8a6abfe..9d8928cf2 100644 --- a/cli/js/symbols.ts +++ b/cli/js/symbols.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { internalSymbol } from "./internals.ts"; -import { customInspect } from "./console.ts"; +import { customInspect } from "./web/console.ts"; /** Special Deno related symbols. */ export const symbols = { |