mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(core): Add missing nodeCause to paired item error (#8976)
This commit is contained in:
@@ -915,6 +915,7 @@ export class WorkflowDataProxy {
|
|||||||
functionOverrides: {
|
functionOverrides: {
|
||||||
message: 'Can’t get data',
|
message: 'Can’t get data',
|
||||||
},
|
},
|
||||||
|
nodeCause: sourceData.previousNode,
|
||||||
description: 'Item points to a node output which does not exist',
|
description: 'Item points to a node output which does not exist',
|
||||||
causeDetailed: `The sourceData points to a node output ‘${previousNodeOutput}‘ which does not exist on node ‘${sourceData.previousNode}‘ (output node did probably supply a wrong one)`,
|
causeDetailed: `The sourceData points to a node output ‘${previousNodeOutput}‘ which does not exist on node ‘${sourceData.previousNode}‘ (output node did probably supply a wrong one)`,
|
||||||
type: 'paired_item_invalid_info',
|
type: 'paired_item_invalid_info',
|
||||||
|
|||||||
Reference in New Issue
Block a user