mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix: remove leftover Deno.spawn references (#17524)
This commit is contained in:
parent
b71d224d11
commit
83642976bf
5 changed files with 9 additions and 81 deletions
|
@ -29,12 +29,8 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
|
|||
"removeSignalListener",
|
||||
"shutdown",
|
||||
"umask",
|
||||
"spawnChild",
|
||||
"Child",
|
||||
"ChildProcess",
|
||||
"spawn",
|
||||
"spawnSync",
|
||||
"SpawnOptions",
|
||||
"ChildStatus",
|
||||
"SpawnOutput",
|
||||
"command",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue