lib/build/chain_node.rb in build-2.4.2 vs lib/build/chain_node.rb in build-2.4.3
- old
+ new
@@ -32,9 +32,13 @@
# Wait here, for all dependent targets, to be done:
super(Files::List::NONE, :inherit, chain)
end
+ def name
+ @environment.name
+ end
+
def task_class
Task
end
def apply_dependency(scope, dependency)