[ReactNative] Fix error when reload during profile

This commit is contained in:
Tadeu Zagallo 2015-04-25 13:15:10 -07:00
parent 4cbd7ceb81
commit bd5736414a
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ static NSError *RCTNSErrorFromJSError(JSContextRef context, JSValueRef jsError)
}
onComplete(error);
}
}), @"js_call", (@{ @"url": sourceURL }))];
}), @"js_call", (@{ @"url": sourceURL.absoluteString }))];
}
- (void)executeBlockOnJavaScriptQueue:(dispatch_block_t)block