We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1305d commit 925b645Copy full SHA for 925b645
src/node_object_wrap.h
@@ -38,7 +38,6 @@ class ObjectWrap {
38
virtual ~ObjectWrap() {
39
if (persistent().IsEmpty())
40
return;
41
- assert(persistent().IsNearDeath());
42
persistent().ClearWeak();
43
persistent().Reset();
44
}
0 commit comments