We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf90759 commit 0f31a5fCopy full SHA for 0f31a5f
lib/jekyll-haml/tags/haml_partial.rb
@@ -30,7 +30,8 @@ def render(context)
30
begin
31
return partial.render!(context)
32
rescue => e
33
- puts "Liquid Exception: #{e.message} in #{self.data["layout"]}"
+ print "Liquid Exception: #{e.message}"
34
+ print "in #{self.data["layout"]}"
35
e.backtrace.each do |backtrace|
36
puts backtrace
37
end
0 commit comments