chore: update deno_lint binary used in CI to v0.5.0 (#10652)

This commit is contained in:
Yusuke Tanaka 2021-05-19 00:24:01 +09:00 committed by Bert Belder
parent d987ca5b07
commit 22426fee1e
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
51 changed files with 59 additions and 69 deletions

View file

@ -59,8 +59,6 @@ delete Object.prototype.__proto__;
}
}
const encoder = new TextEncoder();
function workerClose() {
if (isClosing) {
return;