mirror of
https://github.com/napi-rs/napi-rs.git
synced 2026-02-01 16:41:24 +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