diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-08-31 09:46:02 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 09:46:02 +1000 |
commit | a527b3a5de86d8753f7881faff694fbe3797d93d (patch) | |
tree | cf68730a855b3a0a6115d3b285954aac332c7fcd /tests/specs/future/runtime_api/main.js | |
parent | 8e478a1a7db9a5c4e773e52f9c4a732793145ce7 (diff) |
chore(net): remove `Deno.shutdown()` (#25253)
Diffstat (limited to 'tests/specs/future/runtime_api/main.js')
-rw-r--r-- | tests/specs/future/runtime_api/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js index 85c160094..6bc83d30c 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -23,7 +23,6 @@ console.log("Deno.read is", Deno.read); console.log("Deno.readSync is", Deno.readSync); console.log("Deno.seek is", Deno.seek); console.log("Deno.seekSync is", Deno.seekSync); -console.log("Deno.shutdown is", Deno.shutdown); console.log("Deno.writeAll is", Deno.writeAll); console.log("Deno.writeAllSync is", Deno.writeAllSync); console.log("Deno.write is", Deno.write); |