mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08: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 a new issue