Give that LoadError a good message.

This commit is contained in:
Parker Moore 2013-11-29 23:33:25 -05:00
parent 1e32af47a6
commit 22b95aee38
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ module Jekyll
{}
else
Jekyll.logger.error "Fatal:", "The configuration file '#{file}' could not be found."
raise LoadError
raise LoadError, "The Configuration file '#{file}' could not be found."
end
end