We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5cb5d commit 11c78caCopy full SHA for 11c78ca
WebViewJavascriptBridge/WebViewJavascriptBridge.m
@@ -123,7 +123,7 @@ - (void)_flushMessageQueue {
123
NSString *messageQueueString = [_webView stringByEvaluatingJavaScriptFromString:@"WebViewJavascriptBridge._fetchQueue();"];
124
NSArray* messages = [messageQueueString componentsSeparatedByString:MESSAGE_SEPARATOR];
125
for (NSString *messageJSON in messages) {
126
- [self _log:@"received" json:messageJSON];
+ [self _log:@"receivd" json:messageJSON];
127
128
NSDictionary* message = [self _deserializeMessageJSON:messageJSON];
129
0 commit comments