From 2af3badb4b48184b71282bd371e4d7eb1b6ae3a4 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 29 Aug 2023 17:24:19 -0400 Subject: [PATCH] missing return --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m index 2931c42..792395b 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.m @@ -302,6 +302,7 @@ MVMCoreErrorObject *error = [[MVMCoreErrorObject alloc] initWithTitle:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorTitle] message:[MVMCoreGetterUtility hardcodedStringWithKey:HardcodedErrorCritical] messageToLog:nil code:ErrorCodeDefault domain:ErrorDomainNative location:locationForError]; error.logError = NO; requestFinished(nil,error); + return nil; } MVMCoreLog(@"********************************* Cookie Sent *********************************");