diff options
Diffstat (limited to 'cli/diagnostics.rs')
-rw-r--r-- | cli/diagnostics.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 69ff8ae25..05502dca4 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -33,8 +33,14 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "Child", "spawn", "spawnSync", + "SpawnOptions", "ChildStatus", "SpawnOutput", + "command", + "Command", + "CommandOptions", + "CommandStatus", + "CommandOutput", "serve", "ServeInit", "ServeTlsInit", |