@aigne/core 0.4.201-7 → 0.4.202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -182,7 +182,7 @@ function createPipelineAgentDefinition(options) {
182
182
  const from = ordered_map_1.OrderedRecord.find(inputs, (i) => i.name === fromVariable) ||
183
183
  ordered_map_1.OrderedRecord.find(processes, (p) => p.name === fromVariable);
184
184
  if (!from)
185
- throw new Error(`Output ${name} not found in inputs or processes`);
185
+ throw new Error(`Output ${output.name} not found in inputs or processes`);
186
186
  return { ...output, from: 'variable', fromVariableId: from.id, fromVariablePropPath };
187
187
  }));
188
188
  return {