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 1e44052 commit 56f5f31Copy full SHA for 56f5f31
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