Skip to content

Commit b85cdc3

Browse files
committed
Update worker-channel.js
1 parent 5da6130 commit b85cdc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker/worker-channel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ async function setupWorkerChannel() {
6060

6161
workerClientId = await workerInstallPromise;
6262

63+
workerInstallPromise = null;
64+
6365

6466
// create worker channel
6567
workerChannel = new BroadcastChannel('worker-channel');

0 commit comments

Comments
 (0)