File tree Expand file tree Collapse file tree
Assets/NativeScript/Editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2933,7 +2933,7 @@ static void AppendExceptions(
29332933 builders . CppMethodDefinitions . Append ( funcName ) ;
29342934 builders . CppMethodDefinitions . Append ( "(int32_t handle)\n " ) ;
29352935 builders . CppMethodDefinitions . Append ( "{\n " ) ;
2936- builders . CppMethodDefinitions . Append ( "\t delete Plugin::unhandledCsharpException;" ) ;
2936+ builders . CppMethodDefinitions . Append ( "\t delete Plugin::unhandledCsharpException;\n " ) ;
29372937 builders . CppMethodDefinitions . Append ( "\t Plugin::unhandledCsharpException = new " ) ;
29382938 AppendCppTypeName (
29392939 exceptionType ,
Original file line number Diff line number Diff line change @@ -2898,7 +2898,8 @@ namespace System
28982898
28992899DLLEXPORT void SetCsharpExceptionSystemNullReferenceException (int32_t handle)
29002900{
2901- delete Plugin::unhandledCsharpException; Plugin::unhandledCsharpException = new System::NullReferenceExceptionThrower (handle);
2901+ delete Plugin::unhandledCsharpException;
2902+ Plugin::unhandledCsharpException = new System::NullReferenceExceptionThrower (handle);
29022903}
29032904/* END METHOD DEFINITIONS*/
29042905
You can’t perform that action at this time.
0 commit comments