diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-01-25 12:28:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 12:28:08 -0500 |
commit | 83642976bf267c81f36742793a5a4a9250f54591 (patch) | |
tree | 25901aaa7e95197129e1dc1c781d671ac7176cfc /cli/tsc/diagnostics.rs | |
parent | b71d224d116b355571942fb957e635f3d57af6db (diff) |
fix: remove leftover Deno.spawn references (#17524)
Diffstat (limited to 'cli/tsc/diagnostics.rs')
-rw-r--r-- | cli/tsc/diagnostics.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tsc/diagnostics.rs b/cli/tsc/diagnostics.rs index b3026d934..ffb4a946d 100644 --- a/cli/tsc/diagnostics.rs +++ b/cli/tsc/diagnostics.rs @@ -29,12 +29,8 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[ "removeSignalListener", "shutdown", "umask", - "spawnChild", "Child", "ChildProcess", - "spawn", - "spawnSync", - "SpawnOptions", "ChildStatus", "SpawnOutput", "command", |