summaryrefslogtreecommitdiff
path: root/tests/subdir/test_worker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subdir/test_worker.ts')
-rw-r--r--tests/subdir/test_worker.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/subdir/test_worker.ts b/tests/subdir/test_worker.ts
index 53d38ba96..c8109d131 100644
--- a/tests/subdir/test_worker.ts
+++ b/tests/subdir/test_worker.ts
@@ -1,4 +1,4 @@
-onmessage = function(e) {
+onmessage = function(e): void {
console.log(e.data);
postMessage(e.data);