mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
dont unref early
This commit is contained in:
@@ -606,9 +606,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