From 8a7539cab36699465ec6e37455c54fa86f3c0cbe Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Thu, 21 Apr 2022 00:20:33 +0200 Subject: feat(runtime): two-tier subprocess API (#11618) --- cli/diagnostics.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/diagnostics.rs') diff --git a/cli/diagnostics.rs b/cli/diagnostics.rs index 8181c5fa0..24d7ab0e7 100644 --- a/cli/diagnostics.rs +++ b/cli/diagnostics.rs @@ -66,6 +66,12 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "umask", "utime", "utimeSync", + "spawnChild", + "Child", + "spawn", + "spawnSync", + "ChildStatus", + "SpawnOutput", ]; static MSG_MISSING_PROPERTY_DENO: Lazy = Lazy::new(|| { -- cgit v1.2.3