mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 14:57:21 +02:00
⚡ Add lastNodeExecuted example data to ErrorTrigger-Node
This commit is contained in:
parent
ce79d8063d
commit
85d9cc4eb8
|
|
@ -39,7 +39,7 @@ export class ErrorTrigger implements INodeType {
|
|||
message: 'Example Error Message',
|
||||
stack: 'Stacktrace'
|
||||
},
|
||||
lastNodeExecuted: '',
|
||||
lastNodeExecuted: 'Node With Error',
|
||||
mode: 'manual'
|
||||
},
|
||||
workflow: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user