diff options
author | William Perron <hey@wperron.io> | 2020-10-15 21:06:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 21:06:31 -0400 |
commit | 943b0980c7ff97cb6096291efa5e3d5dbfe10805 (patch) | |
tree | d258b1c9fa317db819c3d95e6616635fd70c2489 /cli/rt/90_deno_ns.js | |
parent | bbe4474d39aecfabed52bd080e73d34978b6481b (diff) |
feat(cli/ops): add the sleep_sync op (#7974)
Diffstat (limited to 'cli/rt/90_deno_ns.js')
-rw-r--r-- | cli/rt/90_deno_ns.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/rt/90_deno_ns.js b/cli/rt/90_deno_ns.js index 3a41e6bd1..7e8598923 100644 --- a/cli/rt/90_deno_ns.js +++ b/cli/rt/90_deno_ns.js @@ -80,6 +80,7 @@ __bootstrap.denoNs = { listen: __bootstrap.net.listen, connectTls: __bootstrap.tls.connectTls, listenTls: __bootstrap.tls.listenTls, + sleepSync: __bootstrap.timers.sleepSync, }; __bootstrap.denoNsUnstable = { |