mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* fix(napi): data maybe null in custom_gc Sometimes thread has not been disposed but the objects on it have been recycled, we need to check if the data has been pointed to null before unref it. * disable v8 compile cache on CI