From 1b8205245e7ecc9090449e3e0fdcc5ea2967814b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 19 Mar 2014 00:49:50 -0400 Subject: [PATCH] Went with @stomar's suggestion --- lib/jekyll/tags/highlight.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/tags/highlight.rb b/lib/jekyll/tags/highlight.rb index 0b39e11e..eb128d32 100644 --- a/lib/jekyll/tags/highlight.rb +++ b/lib/jekyll/tags/highlight.rb @@ -65,7 +65,7 @@ eos puts Jekyll.logger.error "While attempting to convert the above code, Pygments.rb" + " returned an unacceptable value." - Jekyll.logger.error "This is usually solved by running `jekyll build` again." + Jekyll.logger.error "This is usually a timeout problem solved by running `jekyll build` again." raise ArgumentError.new("Pygments.rb returned an unacceptable value when attempting to highlight some code.") end