From 51d9be83a10a976499c42339310e519855f684e4 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Tue, 18 Oct 2016 19:45:03 -0500 Subject: [PATCH] Do not swallow all exceptions on render --- lib/jekyll/site.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index 66136541..7f6531bc 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -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. #