lib/yamg/cli.rb in yamg-0.3.7 vs lib/yamg/cli.rb in yamg-0.3.8
- old
+ new
@@ -95,10 +95,10 @@
compile
screenshot if scope.nil? || scope =~ /ss|shot|screen/
puts
puts Rainbow(Thread.list.size.to_s + ' jobs to go').black
Thread.list.reject { |t| t == Thread.current }.each(&:join)
- puts Rainbow('-' * 59).black
- puts Rainbow("Done compile #{Time.now - time}").red
+ puts Rainbow("\n" + '-' * 59).black
+ puts Rainbow("Done compile #{(Time.now - time).to_i}s").red
end
end
end