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 6918138 commit e0567d0Copy full SHA for e0567d0
doc/error_handling.md
@@ -15,7 +15,7 @@ If C++ exceptions are enabled (for more info see: [Setup](setup.md)), then the
15
error-handling for C++ exceptions and JavaScript exceptions.
16
17
Note, that due to limitations of the Node-API, if one attempts to cast the error object wrapping a primitive inside a C++ addon, the wrapped object
18
-will be received instead. (With properties `4b3d96fd-fb87-4951-a979-eb4f9d2f2ce9-isWrapObject` and `errorVal` containing the primitive value thrown)
+will be received instead. (With property `4bda9e7e-4913-4dbc-95de-891cbf66598e-errorVal` containing the primitive value thrown)
19
20
The following sections explain the approach for each case:
21
0 commit comments