summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/test_worker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/subdir/test_worker.ts')
-rw-r--r--cli/tests/subdir/test_worker.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/subdir/test_worker.ts b/cli/tests/subdir/test_worker.ts
index bc3f358f8..2ea8f9214 100644
--- a/cli/tests/subdir/test_worker.ts
+++ b/cli/tests/subdir/test_worker.ts
@@ -4,8 +4,6 @@ if (self.name !== "tsWorker") {
onmessage = function(e): void {
console.log(e.data);
-
postMessage(e.data);
-
close();
};