update windows libs

This commit is contained in:
Bassem Girgis
2019-08-15 02:40:14 -05:00
parent 1034bbdd22
commit e6d0ddf4d4
535 changed files with 47085 additions and 12600 deletions

View File

@@ -38,7 +38,6 @@ class ObjectWrap {
virtual ~ObjectWrap() {
if (persistent().IsEmpty())
return;
assert(persistent().IsNearDeath());
persistent().ClearWeak();
persistent().Reset();
}