fix(napi): should correctly return while dropping Buffer (#1434)
This commit is contained in:
parent
dc3a4c9f25
commit
d06bd23351
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ impl Drop for Buffer {
|
|||
"Call custom GC in ArrayBuffer::drop failed {:?}",
|
||||
Status::from(status)
|
||||
);
|
||||
return;
|
||||
}
|
||||
}
|
||||
let mut ref_count = 0;
|
||||
|
|
Loading…
Reference in a new issue