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