diff options
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index ddaecd7c9..61e894f8a 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -151,5 +151,9 @@ funlockSync: __bootstrap.fs.funlockSync, refTimer: __bootstrap.timers.refTimer, unrefTimer: __bootstrap.timers.unrefTimer, + Child: __bootstrap.spawn.Child, + spawnChild: __bootstrap.spawn.spawnChild, + spawn: __bootstrap.spawn.spawn, + spawnSync: __bootstrap.spawn.spawnSync, }; })(this); |