diff options
Diffstat (limited to 'cli/tests/subdir/bench_worker.ts')
-rw-r--r-- | cli/tests/subdir/bench_worker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/subdir/bench_worker.ts b/cli/tests/subdir/bench_worker.ts index 696a84b9f..619a35fa2 100644 --- a/cli/tests/subdir/bench_worker.ts +++ b/cli/tests/subdir/bench_worker.ts @@ -15,7 +15,7 @@ onmessage = function(e): void { break; case 3: // Close postMessage({ cmdId: 3 }); - workerClose(); + close(); break; } }; |