fix: remove leftover Deno.spawn references (#17524)

This commit is contained in:
David Sherret 2023-01-25 12:28:08 -05:00 committed by GitHub
parent b71d224d11
commit 83642976bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 81 deletions

View file

@ -29,12 +29,8 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"removeSignalListener",
"shutdown",
"umask",
"spawnChild",
"Child",
"ChildProcess",
"spawn",
"spawnSync",
"SpawnOptions",
"ChildStatus",
"SpawnOutput",
"command",