lib/command.rb in dev-2.0.139 vs lib/command.rb in dev-2.0.140
- old
+ new
@@ -186,10 +186,10 @@
seconds.to_s + " sec"
end
def summary
duration=""
- duration=getFormattedTimeSpan(self[:end_time]-[:start_time]) + " - " if(!self[:end_time].nil?)
+ duration=getFormattedTimeSpan(self[:end_time]-self[:start_time]) + " - " if(!self[:end_time].nil?)
duration + "#{self[:exit_code].to_s} #{self[:input]} (#{self[:directory]})"
end
def to_html
if self[:exit_code] == 0
\ No newline at end of file