Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
JckXia committed Nov 14, 2021
1 parent 6918138 commit e0567d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/error_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If C++ exceptions are enabled (for more info see: [Setup](setup.md)), then the
error-handling for C++ exceptions and JavaScript exceptions.

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
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)

The following sections explain the approach for each case:

Expand Down

0 comments on commit e0567d0

Please sign in to comment.