diff options
Diffstat (limited to 'runtime/js/41_prompt.js')
-rw-r--r-- | runtime/js/41_prompt.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/js/41_prompt.js b/runtime/js/41_prompt.js index d0e065538..8460862d2 100644 --- a/runtime/js/41_prompt.js +++ b/runtime/js/41_prompt.js @@ -1,8 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import { core, primordials } from "ext:core/mod.js"; -const { - op_read_line_prompt, -} = core.ensureFastOps(); +import { op_read_line_prompt } from "ext:core/ops"; const { ArrayPrototypePush, StringPrototypeCharCodeAt, |