Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing worklets namespace
Browse files Browse the repository at this point in the history
MatiPl01 committed Jan 31, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 55e0286 commit 4c13ad9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ void checkJSVersion(
#else
void checkJSVersion(
jsi::Runtime &rnRuntime,
const std::shared_ptr<JSLogger> &jsLogger) {
const std::shared_ptr<worklets::JSLogger> &jsLogger) {
// In release builds we don't check the version, hence
// this function is a NOOP.
}

0 comments on commit 4c13ad9

Please sign in to comment.