mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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',
|
message: 'Example Error Message',
|
||||||
stack: 'Stacktrace'
|
stack: 'Stacktrace'
|
||||||
},
|
},
|
||||||
lastNodeExecuted: '',
|
lastNodeExecuted: 'Node With Error',
|
||||||
mode: 'manual'
|
mode: 'manual'
|
||||||
},
|
},
|
||||||
workflow: {
|
workflow: {
|
||||||
|
|
Loading…
Reference in a new issue