Merge remote-tracking branch 'kou/fix-error-message'

This commit is contained in:
Tom Preston-Werner 2011-07-05 22:31:25 -07:00
commit 3241d882b5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ module Jekyll
begin begin
self.content = Liquid::Template.parse(self.content).render(payload, info) self.content = Liquid::Template.parse(self.content).render(payload, info)
rescue => e rescue => e
puts "Liquid Exception: #{e.message} in #{self.data["layout"]}" puts "Liquid Exception: #{e.message} in #{self.name}"
end end
self.transform self.transform