summaryrefslogtreecommitdiff
path: root/runtime/js/40_process.js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js/40_process.js')
-rw-r--r--runtime/js/40_process.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/js/40_process.js b/runtime/js/40_process.js
index ea99bcd97..e6c865928 100644
--- a/runtime/js/40_process.js
+++ b/runtime/js/40_process.js
@@ -1,7 +1,7 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { core, internals, primordials } from "ext:core/mod.js";
-const {
+import {
op_kill,
op_run,
op_run_status,
@@ -9,7 +9,7 @@ const {
op_spawn_kill,
op_spawn_sync,
op_spawn_wait,
-} = core.ensureFastOps();
+} from "ext:core/ops";
const {
ArrayPrototypeMap,
ArrayPrototypeSlice,