mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
whoops
This commit is contained in:
@@ -692,7 +692,7 @@ const WebWorkerLifecycleHandle = struct {
|
||||
return;
|
||||
};
|
||||
this.worker = null;
|
||||
worker.WebWorker__notifyNeedTermination();
|
||||
worker.notifyNeedTermination();
|
||||
this.mutex.unlock();
|
||||
worker.deref();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user