Skip to content

node-api: enable uncaught exceptions policy by default

This enables the option --force-node-api-uncaught-exceptions-policy for a specific Node-API addon when it is compiled with NAPI_EXPERIMENTAL (and this would be the default behavior when NAPI_VERSION 10 releases). This would not break existing Node-API addons.

Refs: https://github.com/nodejs/node/pull/36510

Merge request reports

Loading