summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/sibling_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/subdir/sibling_worker.js')
-rw-r--r--cli/tests/subdir/sibling_worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/subdir/sibling_worker.js b/cli/tests/subdir/sibling_worker.js
index 0e91141ce..99707e5d6 100644
--- a/cli/tests/subdir/sibling_worker.js
+++ b/cli/tests/subdir/sibling_worker.js
@@ -1,4 +1,4 @@
-onmessage = e => {
+onmessage = (e) => {
postMessage(e.data);
close();
};