diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-04-05 03:27:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 03:27:18 +1100 |
commit | 207349cfb7080493592f61f9b465c25892531171 (patch) | |
tree | 32c7c3b13b8238e2d8bc71017697c9f28d258958 /tests/specs/future/runtime_api/main.js | |
parent | 945eb5eba6695dfac323ecd9a0ba27e94b612cd8 (diff) |
FUTURE: remove deprecated APIs within workers (#23220)
Diffstat (limited to 'tests/specs/future/runtime_api/main.js')
-rw-r--r-- | tests/specs/future/runtime_api/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js index 5275ad878..ed60a7b7c 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -30,3 +30,5 @@ console.log("Deno.writeAll is", Deno.writeAll); console.log("Deno.writeAllSync is", Deno.writeAllSync); console.log("Deno.write is", Deno.write); console.log("Deno.writeSync is", Deno.writeSync); + +self.close(); |