[ReactNative] Fix error when reload during profile
This commit is contained in:
parent
4cbd7ceb81
commit
bd5736414a
|
@ -302,7 +302,7 @@ static NSError *RCTNSErrorFromJSError(JSContextRef context, JSValueRef jsError)
|
||||||
}
|
}
|
||||||
onComplete(error);
|
onComplete(error);
|
||||||
}
|
}
|
||||||
}), @"js_call", (@{ @"url": sourceURL }))];
|
}), @"js_call", (@{ @"url": sourceURL.absoluteString }))];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)executeBlockOnJavaScriptQueue:(dispatch_block_t)block
|
- (void)executeBlockOnJavaScriptQueue:(dispatch_block_t)block
|
||||||
|
|
Loading…
Reference in New Issue