diff options
Diffstat (limited to 'runtime/ops/spawn.rs')
-rw-r--r-- | runtime/ops/spawn.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/spawn.rs b/runtime/ops/spawn.rs index 4bbf1ef48..f552e9690 100644 --- a/runtime/ops/spawn.rs +++ b/runtime/ops/spawn.rs @@ -28,7 +28,7 @@ use std::os::unix::prelude::ExitStatusExt; use std::os::unix::process::CommandExt; pub fn init() -> Extension { - Extension::builder() + Extension::builder("deno_spawn") .ops(vec![ op_spawn_child::decl(), op_node_unstable_spawn_child::decl(), |