code review

This commit is contained in:
Suresh, Kamlesh 2021-01-21 13:45:24 -05:00
parent c3fb8aee96
commit b9463930f8

View File

@ -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];
} }
} }