lib/concourse-fuselage/out.rb in concourse-fuselage-0.1.1 vs lib/concourse-fuselage/out.rb in concourse-fuselage-0.2.0
- old
+ new
@@ -31,9 +31,9 @@
end
Contract None => String
def run
update!
- p output
+ p output.tap { |string| STDERR.puts string if debugging? }
end
end
end