Skip to content

Commit e0567d0

Browse files
committedNov 14, 2021
Update documents
1 parent 6918138 commit e0567d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/error_handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If C++ exceptions are enabled (for more info see: [Setup](setup.md)), then the
1515
error-handling for C++ exceptions and JavaScript exceptions.
1616

1717
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)
18+
will be received instead. (With property `4bda9e7e-4913-4dbc-95de-891cbf66598e-errorVal` containing the primitive value thrown)
1919

2020
The following sections explain the approach for each case:
2121

0 commit comments

Comments
 (0)
Please sign in to comment.