[ReactNative] fix exception handler method name

This commit is contained in:
Spencer Ahrens 2015-04-08 21:23:24 -07:00
parent 839e533955
commit 4a781dd8f2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RCT_EXPORT_MODULE()
return [self initWithDelegate:nil];
}
RCT_EXPORT_METHOD(reportUnhandledExceptionWithMessage:(NSString *)message
RCT_EXPORT_METHOD(reportUnhandledException:(NSString *)message
stack:(NSArray *)stack)
{
if (_delegate) {