You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments