diff options
Diffstat (limited to 'runtime/ops/process.rs')
-rw-r--r-- | runtime/ops/process.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/ops/process.rs b/runtime/ops/process.rs index cf8740255..a15b63f80 100644 --- a/runtime/ops/process.rs +++ b/runtime/ops/process.rs @@ -107,10 +107,7 @@ deno_core::extension!( deprecated::op_run, deprecated::op_run_status, deprecated::op_kill, - ], - customizer = |ext: &mut deno_core::ExtensionBuilder| { - ext.force_op_registration(); - }, + ] ); struct ChildResource(tokio::process::Child); |