dont unref early

This commit is contained in:
Alistair Smith
2025-06-11 16:48:14 -07:00
parent 80684fe9c6
commit 6ad7b8a8b7

View File

@@ -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.