summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/cli_table.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/cli_table.ts')
-rw-r--r--ext/node/polyfills/internal/cli_table.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/cli_table.ts b/ext/node/polyfills/internal/cli_table.ts
index 0fc046478..dd49a44a1 100644
--- a/ext/node/polyfills/internal/cli_table.ts
+++ b/ext/node/polyfills/internal/cli_table.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
-import { getStringWidth } from "internal:deno_node/internal/util/inspect.mjs";
+import { getStringWidth } from "ext:deno_node/internal/util/inspect.mjs";
// The use of Unicode characters below is the only non-comment use of non-ASCII
// Unicode characters in Node.js built-in modules. If they are ever removed or