dont unref early

This commit is contained in:
Alistair Smith
2025-06-11 16:48:14 -07:00
parent 41ea1152ee
commit 8bf3da7ed7

View File

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