Fix for completion
This commit is contained in:
parent
2a375c317a
commit
3a837cef0c
@ -82,8 +82,8 @@ class EncodedStreams : ISequentialMessageEvent {
|
||||
return
|
||||
}
|
||||
|
||||
if (result.values.all { it?.status?.statusType == StatusType.SUCCESS }) {
|
||||
|
||||
if (result.values.any { it?.status?.statusType != StatusType.SUCCESS }) {
|
||||
produceErrorMessage(Message(referenceId = referenceId, status = Status(statusType = StatusType.ERROR)), "Failed messages found!")
|
||||
return
|
||||
}
|
||||
val fileResult = baseMessage.data as FileWatcher.FileResult?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user