lib/source_route/formats/html.rb in source_route-0.1.7 vs lib/source_route/formats/html.rb in source_route-0.1.8
- old
+ new
@@ -8,10 +8,10 @@
def self.slim_render(wrapper)
result_config = wrapper.condition.result_config
template_path = File.expand_path "../html_template.slim", __FILE__
slim_template = Slim::Template.new(template_path, pretty: true)
- filename = result_config[:filename] || "#{Time.now.strftime('%H%M')}-source-route.html"
+ filename = result_config[:filename] || "#{Time.now.strftime('%H')}-source-route.html"
if result_config.import_return_to_call and wrapper.condition.has_call_and_return_event
wrapper.import_return_value_to_call_chain
wrapper.treeize_call_chain
end