Add missing break (#6474)
This commit is contained in:
@ -45,6 +45,7 @@ export class WorkflowRunnerService {
|
|||||||
|
|
||||||
if (executionResult.data) {
|
if (executionResult.data) {
|
||||||
result = executionResult.data;
|
result = executionResult.data;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (!executionResult.error) {
|
if (!executionResult.error) {
|
||||||
throw new Error('Execution result error, no data or error');
|
throw new Error('Execution result error, no data or error');
|
||||||
|
|||||||
Reference in New Issue
Block a user