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