summaryrefslogtreecommitdiff
path: root/runtime/js/40_http.js
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-19 00:24:01 +0900
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:28 +0200
commit22426fee1ee37149175a564c6102a6a3ca99fb42 (patch)
tree462d8cd82bbcebdb665733ad9f4d0a32b0439d0e /runtime/js/40_http.js
parentd987ca5b0767d75b59b7c6c16840b164a4c786c4 (diff)
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Diffstat (limited to 'runtime/js/40_http.js')
-rw-r--r--runtime/js/40_http.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/40_http.js b/runtime/js/40_http.js
index afc5635ac..eb3c58a63 100644
--- a/runtime/js/40_http.js
+++ b/runtime/js/40_http.js
@@ -77,6 +77,7 @@
}
[Symbol.asyncIterator]() {
+ // deno-lint-ignore no-this-alias
const httpConn = this;
return {
async next() {