lib/hx.rb in hx-0.21.0 vs lib/hx.rb in hx-0.22.0
- old
+ new
@@ -570,10 +570,10 @@
source_dependencies[name].add input_name
source_count_by_dependency[input_name] += 1
end
end
for raw_output in raw_outputs
- for input_name in Hx.get_input_names(raw_source)
+ for input_name in Hx.get_input_names(raw_output)
source_count_by_dependency[input_name] += 1
end
end
source_names = raw_sources_by_name.keys