mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Remove the quotes from the partial string in the profiler timing objects.
This commit is contained in:
@@ -12,7 +12,7 @@ module Liquid
|
||||
|
||||
class Include < Tag
|
||||
def render_with_profiling(context)
|
||||
Profiler.profile_children("'#{context.evaluate(@template_name)}'") do
|
||||
Profiler.profile_children(context.evaluate(@template_name).to_s) do
|
||||
render_without_profiling(context)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user