mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
refactor(core): Stop reporting to Sentry non-execution of workflow with issues (#7533)
https://n8nio.sentry.io/issues/4578929841/
This commit is contained in:
parent
9762705833
commit
07857e78a9
|
@ -798,7 +798,7 @@ export class WorkflowExecute {
|
||||||
pinDataNodeNames,
|
pinDataNodeNames,
|
||||||
});
|
});
|
||||||
if (workflowIssues !== null) {
|
if (workflowIssues !== null) {
|
||||||
throw new Error(
|
throw new WorkflowOperationError(
|
||||||
'The workflow has issues and can for that reason not be executed. Please fix them first.',
|
'The workflow has issues and can for that reason not be executed. Please fix them first.',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue