diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-05-19 00:24:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 17:24:01 +0200 |
commit | cda09c166fd075590c1f8dd313d4f57a560ecbd8 (patch) | |
tree | 96cd94b36cc0b357f6d98964f3c46ad5a31391f7 /runtime/js/40_testing.js | |
parent | 21d62b9b9ed7b4cd375a2815bdd9d8ccaa85e537 (diff) |
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Diffstat (limited to 'runtime/js/40_testing.js')
-rw-r--r-- | runtime/js/40_testing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/40_testing.js b/runtime/js/40_testing.js index f835a0cf7..8abb8a6c8 100644 --- a/runtime/js/40_testing.js +++ b/runtime/js/40_testing.js @@ -4,7 +4,7 @@ ((window) => { const core = window.Deno.core; const { parsePermissions } = window.__bootstrap.worker; - const { setExitHandler, exit } = window.__bootstrap.os; + const { setExitHandler } = window.__bootstrap.os; const { Console, inspectArgs } = window.__bootstrap.console; const { metrics } = window.__bootstrap.metrics; const { assert } = window.__bootstrap.util; |