Add missing break (#6474)
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user