diff options
Diffstat (limited to 'ext/console/01_console.js')
-rw-r--r-- | ext/console/01_console.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/console/01_console.js b/ext/console/01_console.js index 101b7ed1c..b851b4035 100644 --- a/ext/console/01_console.js +++ b/ext/console/01_console.js @@ -28,11 +28,11 @@ const { isWeakMap, isWeakSet, } = core; -const { +import { op_get_constructor_name, op_get_non_index_property_names, op_preview_entries, -} = core.ensureFastOps(true); +} from "ext:core/ops"; const { Array, ArrayBufferPrototypeGetByteLength, |