Fixing a missing colon
Reviewed By: javache Differential Revision: D4183368 fbshipit-source-id: b7a8bdfa40bf13d3fd5caae8a0985492f1e8b901
This commit is contained in:
parent
9fc6204efc
commit
851aed262d
|
@ -41,7 +41,7 @@ RCT_EXPORT_METHOD(operationComplete:(int)token result:(id)profileData error:(id)
|
|||
if (connection) {
|
||||
RCTLogInfo(@"JSC CPU Profile data sent successfully.");
|
||||
} else {
|
||||
RCTLogWarn(@"JSC CPU Profile data failed to send.")
|
||||
RCTLogWarn(@"JSC CPU Profile data failed to send.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue