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 /runtime/js | |
parent | b71d224d116b355571942fb957e635f3d57af6db (diff) |
fix: remove leftover Deno.spawn references (#17524)
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index f18593df7..d2c76e003 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -146,9 +146,6 @@ funlockSync: __bootstrap.fs.funlockSync, Child: __bootstrap.spawn.Child, ChildProcess: __bootstrap.spawn.ChildProcess, - spawnChild: __bootstrap.spawn.spawnChild, - spawn: __bootstrap.spawn.spawn, - spawnSync: __bootstrap.spawn.spawnSync, Command: __bootstrap.spawn.Command, serve: __bootstrap.flash.serve, upgradeHttp: __bootstrap.http.upgradeHttp, |