Return false in shouldFinishProcessing flow in case behavior has thrown any error

This commit is contained in:
Sumanth Nadigadda 2023-03-21 22:28:02 +05:30
parent 4a7f765dc0
commit 2ecfa6e924

View File

@ -156,6 +156,7 @@ import MVMCore
if let errorObject = MVMCoreErrorObject.createErrorObject(for: behaviorError, location: MVMCoreLoadHandler.sharedGlobal()?.errorLocation(forRequest: loadObject)) {
error.pointee = errorObject
}
return false
}
return true