Update FrameProcessorRuntimeManager.cpp

This commit is contained in:
Marc Rousavy 2021-06-29 10:38:35 +02:00
parent 5ab1a72e01
commit bfb1b67c2f

View File

@ -100,7 +100,7 @@ void FrameProcessorRuntimeManager::logErrorToJS(const std::string& message) {
.getPropertyAsFunction(runtime, "error");
consoleError.call(runtime, jsi::String::createFromUtf8(runtime, message));
});
}
}
// actual JSI installer