Add missing break (#6474)

This commit is contained in:
martmull
2024-07-31 14:01:18 +02:00
committed by GitHub
parent 6b4c79ff0d
commit 424225943c

View File

@ -45,6 +45,7 @@ export class WorkflowRunnerService {
if (executionResult.data) {
result = executionResult.data;
break;
}
if (!executionResult.error) {
throw new Error('Execution result error, no data or error');