summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/http_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/http_worker.js')
-rw-r--r--cli/tests/testdata/workers/http_worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/workers/http_worker.js b/cli/tests/testdata/workers/http_worker.js
index 34603ed56..43ad5e12c 100644
--- a/cli/tests/testdata/workers/http_worker.js
+++ b/cli/tests/testdata/workers/http_worker.js
@@ -1,4 +1,4 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
const listener = Deno.listen({ hostname: "127.0.0.1", port: 4506 });
postMessage("ready");
for await (const conn of listener) {