Return false in shouldFinishProcessing flow in case behavior has thrown any error
This commit is contained in:
parent
4a7f765dc0
commit
2ecfa6e924
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user