Skip to content

Commit 8e6a71e

Browse files
Added missing Babylon Addition comment (#111)
Co-authored-by: Gary Hsu <[email protected]>
1 parent b6a77b3 commit 8e6a71e

File tree

1 file changed

+3
-0
lines changed
  • Core/Node-API/Include/Shared/napi

1 file changed

+3
-0
lines changed

Core/Node-API/Include/Shared/napi/napi.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ static_assert(sizeof(char16_t) == sizeof(wchar_t),
7979
#endif
8080

8181
#ifdef NAPI_CPP_EXCEPTIONS
82+
83+
// [BABYLON-NATIVE-ADDITION]
8284
#include <exception>
85+
8386
// When C++ exceptions are enabled, Errors are thrown directly. There is no need
8487
// to return anything after the throw statements. The variadic parameter is an
8588
// optional return value that is ignored.

0 commit comments

Comments
 (0)