mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
🐛 Set lastNodeExecuted correctly also on fail
This commit is contained in:
parent
4165fad307
commit
40b898eb98
|
@ -622,6 +622,8 @@ export class WorkflowExecute {
|
|||
|
||||
break;
|
||||
} catch (error) {
|
||||
this.runExecutionData.resultData.lastNodeExecuted = executionData.node.name;
|
||||
|
||||
executionError = {
|
||||
message: error.message,
|
||||
stack: error.stack,
|
||||
|
|
Loading…
Reference in a new issue