mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update "This shouldn't be possible. Congratulations." error message
Summary: Apparently this *is* possible. Congratulations to me. Reviewed By: nicklockwood Differential Revision: D3281361 fbshipit-source-id: 53c6ab83d959aa8a77880f4f772a7a7d7ccf4950
This commit is contained in:
committed by
Mike Grabowski
parent
ce7b1aabb4
commit
791434ae84
@@ -277,7 +277,9 @@ void JSCExecutor::flush() {
|
||||
|
||||
if (!ensureBatchedBridgeObject()) {
|
||||
throwJSExecutionException(
|
||||
"Couldn't get the native call queue: bridge configuration isn't available. This shouldn't be possible. Congratulations.");
|
||||
"Couldn't get the native call queue: bridge configuration isn't available. This "
|
||||
"probably indicates there was an issue loading the JS bundle, e.g. it wasn't packaged "
|
||||
"into the app or was malformed. Check your logs (`adb logcat`) for more information.");
|
||||
}
|
||||
|
||||
std::string calls = m_flushedQueueObj->callAsFunction().toJSONString();
|
||||
|
||||
Reference in New Issue
Block a user