Do not swallow all exceptions on render

This commit is contained in:
Pat Hawks 2016-10-18 19:45:03 -05:00
parent 53d20bc77e
commit 51d9be83a1
No known key found for this signature in database
GPG Key ID: F1746FF5F18B3D1B
1 changed files with 0 additions and 4 deletions

View File

@ -191,11 +191,7 @@ module Jekyll
render_pages(payload)
Jekyll::Hooks.trigger :site, :post_render, self, payload
# rubocop: disable HandleExceptions
rescue Errno::ENOENT
# ignore missing layout dir
end
# rubocop: enable HandleExceptions
# Remove orphaned files and empty directories in destination.
#