mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
dont unref early
This commit is contained in:
@@ -591,9 +591,6 @@ pub fn notifyNeedTermination(this: *WebWorker) void {
|
||||
vm.jsc.notifyNeedTermination();
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(@190n) delete
|
||||
this.setRefInternal(false);
|
||||
}
|
||||
|
||||
/// This handles cleanup, emitting the "close" event, and deinit.
|
||||
|
||||
Reference in New Issue
Block a user