lib/simple_perf/cli/shared.rb in simple_perf-0.0.9 vs lib/simple_perf/cli/shared.rb in simple_perf-0.0.10
- old
+ new
@@ -4,10 +4,10 @@
def self.pretty_print(output)
output.gsub!(/\r\n?/, "\n")
output.each_line { |line|
- puts line.split(" : ")[1]
+ puts line.split(" : ")[1] unless line.to_s.include? "tar: Ignoring unknown extended header keyword"
}
end
end
end
\ No newline at end of file