summaryrefslogtreecommitdiff
path: root/runtime/js/40_tty.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/40_tty.js')
-rw-r--r--runtime/js/40_tty.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/runtime/js/40_tty.js b/runtime/js/40_tty.js
index d6777a62d..5b8bbc0be 100644
--- a/runtime/js/40_tty.js
+++ b/runtime/js/40_tty.js
@@ -1,9 +1,6 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-import { core, internals, primordials } from "ext:core/mod.js";
-const {
- op_console_size,
- op_is_terminal,
-} = core.ensureFastOps(true);
+import { internals, primordials } from "ext:core/mod.js";
+import { op_console_size, op_is_terminal } from "ext:core/ops";
const {
Uint32Array,
} = primordials;