Update FrameProcessorRuntimeManager.cpp
This commit is contained in:
parent
5ab1a72e01
commit
bfb1b67c2f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user