diff options
Diffstat (limited to 'js/console_table.ts')
-rw-r--r-- | js/console_table.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/console_table.ts b/js/console_table.ts index d4a404aa1..d74dc0127 100644 --- a/js/console_table.ts +++ b/js/console_table.ts @@ -1,8 +1,8 @@ // Copyright Joyent, Inc. and other Node contributors. MIT license. // Forked from Node's lib/internal/cli_table.js -import { TextEncoder } from "./text_encoding"; -import { hasOwnProperty } from "./util"; +import { TextEncoder } from "./text_encoding.ts"; +import { hasOwnProperty } from "./util.ts"; const encoder = new TextEncoder(); |