Skip to content

node-api: correctly return pending exception status on napi_new_instance

When there are any JavaScript exceptions pending, napi_pending_exception should be returned.

Related: https://github.com/nodejs/node-addon-api/issues/1000

Merge request reports

Loading