We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3a3bb commit b35c1f3Copy full SHA for b35c1f3
doc/cmake-js.md
@@ -54,7 +54,7 @@ behavior is desired.
54
To enable C++ exception handling with `Napi::Error` objects only:
55
56
```
57
-add_definitions(-DNAPI_EXPERIMENTAL)
+add_definitions(-DNODE_ADDON_API_CPP_EXCEPTIONS)
58
59
60
To enable C++ exception handling for all exceptions thrown:
0 commit comments