Update FrameProcessorRuntimeManager.cpp
This commit is contained in:
@@ -100,7 +100,7 @@ void FrameProcessorRuntimeManager::logErrorToJS(const std::string& message) {
|
|||||||
.getPropertyAsFunction(runtime, "error");
|
.getPropertyAsFunction(runtime, "error");
|
||||||
consoleError.call(runtime, jsi::String::createFromUtf8(runtime, message));
|
consoleError.call(runtime, jsi::String::createFromUtf8(runtime, message));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// actual JSI installer
|
// actual JSI installer
|
||||||
|
Reference in New Issue
Block a user