Give that LoadError a good message.
This commit is contained in:
parent
1e32af47a6
commit
22b95aee38
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue