Skip to content

fix exception handling#3

Merged
gms1 merged 1 commit intomainfrom
fix/exception-handling
Mar 28, 2026
Merged

fix exception handling#3
gms1 merged 1 commit intomainfrom
fix/exception-handling

Conversation

@gms1
Copy link
Copy Markdown
Owner

@gms1 gms1 commented Mar 28, 2026

This fixes the contradictory configuration
pointed out here: microsoft#47
where compiler flags enabled C++ exceptions but NAPI_DISABLE_CPP_EXCEPTIONS=1 told node-addon-api to disable them. Now C++ exceptions are properly enabled throughout the stack.

This fixes the contradictory configuration where compiler flags enabled
C++ exceptions but NAPI_DISABLE_CPP_EXCEPTIONS=1 told node-addon-api to
disable them. Now C++ exceptions are properly enabled throughout the
stack.
@gms1 gms1 merged commit 859747d into main Mar 28, 2026
18 checks passed
@gms1 gms1 deleted the fix/exception-handling branch March 28, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant