diff options
Diffstat (limited to 'tests/subdir/bench_worker.ts')
-rw-r--r-- | tests/subdir/bench_worker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/subdir/bench_worker.ts b/tests/subdir/bench_worker.ts index 6dd2f9541..094cefb80 100644 --- a/tests/subdir/bench_worker.ts +++ b/tests/subdir/bench_worker.ts @@ -1,4 +1,4 @@ -onmessage = function(e) { +onmessage = function(e): void { const { cmdId, action, data } = e.data; switch (action) { case 0: // Static response |