diff --git a/lib/jekyll/command.rb b/lib/jekyll/command.rb index ff3d5eb3..1e4de052 100644 --- a/lib/jekyll/command.rb +++ b/lib/jekyll/command.rb @@ -8,6 +8,12 @@ module Jekyll dirs += ['*'] end end + + # Static: Run Site#process and catch errors + # + # site - the Jekyll::Site object + # + # Returns nothing def self.process_site(site) begin site.process