Update main-worker-file.js

This commit is contained in:
Jarred Sumner
2023-08-08 23:02:45 -07:00
parent 2c70837ae7
commit 5d7c77aab0

View File

@@ -11,4 +11,5 @@ if (isMainThread) {
});
await promise;
worker.terminate();
}