code review
This commit is contained in:
parent
c3fb8aee96
commit
b9463930f8
@ -610,8 +610,7 @@ NSString * const KeyActionTypeOpen = @"openPage";
|
||||
if (error) {
|
||||
stopLoadingOverlay();
|
||||
completionHandler(actionInformation);
|
||||
MVMCoreErrorObject* errorObject = [MVMCoreErrorObject createErrorObjectForNSError:error location:@"MVMCoreActionHandler"];
|
||||
[MVMCoreLoggingHandler addErrorToLog:errorObject];
|
||||
[MVMCoreLoggingHandler addErrorToLog:[MVMCoreErrorObject createErrorObjectForNSError:error location:@"MVMCoreActionHandler->setClientParameter"]];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user