mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 01:29:14 -05:00
512d5337c4
This commit fixes problem with loading N-API modules that use the "old" way of registration (using "napi_module_register" API). The slot was not cleared after loading modules, causing subsequent calls that use the new way of registration (using "napi_register_module_v1" API) to try and load the previous module. Ref https://github.com/denoland/deno/issues/16460 --------- Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> |
||
---|---|---|
.. | ||
bench_cron.yml | ||
cargo_publish.yml | ||
ci.generate.ts | ||
ci.yml | ||
post_publish.yml | ||
start_release.yml | ||
version_bump.yml | ||
wpt_epoch.yml |