Skip to content

Commit 0dea6d9

Browse files
authored
Merge pull request #4 from react-native-oh-library/dev
CPP代码添加分号结尾
2 parents 270251e + 3f5cd7f commit 0dea6d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

harmony/exception_handler.har

23 Bytes
Binary file not shown.

harmony/exception_handler/src/main/cpp/ExceptionHandlerPackage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ExceptionHandlerTurboModuleFactoryDelegate : public TurboModuleFactoryDele
4242
}
4343
return nullptr;
4444
}
45-
}
45+
};
4646

4747
namespace rnoh
4848
{
@@ -54,6 +54,6 @@ namespace rnoh
5454
{
5555
return std::make_unique<ExceptionHandlerTurboModuleFactoryDelegate>();
5656
}
57-
}
57+
};
5858
}
5959
#endif

harmony/exception_handler/src/main/cpp/ExceptionHandlerTurboModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ namespace rnoh {
3333
{
3434
public:
3535
ExceptionHandlerTurboModuleSpecJSI(const ArkTSTurboModule::Context ctx, const std::string name);
36-
}
36+
};
3737
}
3838
#endif

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-exception-handler",
3-
"version": "2.10.10-0.0.3",
3+
"version": "2.10.10-0.0.4",
44
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
55
"react-native": "src/index",
66
"source": "src/index",

0 commit comments

Comments
 (0)