Skip to content

Commit

Permalink
Merge pull request #356 from mpalmer/yaml-exception-message
Browse files Browse the repository at this point in the history
Give name of file that generated YAML exception message
  • Loading branch information
tmm1 committed Jul 2, 2011
2 parents e679729 + eebeaf5 commit f6b5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll/convertible.rb
Expand Up @@ -32,7 +32,7 @@ def read_yaml(base, name)
begin
self.data = YAML.load($1)
rescue => e
puts "YAML Exception: #{e.message}"
puts "YAML Exception reading #{name}: #{e.message}"
end
end

Expand Down

0 comments on commit f6b5d82

Please sign in to comment.