Went with @stomar's suggestion

This commit is contained in:
Parker Moore 2014-03-19 00:49:50 -04:00
parent 63e977721a
commit 1b8205245e
1 changed files with 1 additions and 1 deletions

View File

@ -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