Skip to content

Commit

Permalink
fix: remove fixed error message check
Browse files Browse the repository at this point in the history
A new version of [pandoc-ruby](https://rubygems.org/gems/pandoc-ruby/versions/2.1.5) was recently released
that changes the behaviour of how the `pandoc` executable is invoked.
[src](xwmx/pandoc-ruby@2.1.4...2.1.5).

/cc #2849
  • Loading branch information
xlgmokha committed Nov 15, 2021
1 parent 5b01762 commit b1b185d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def changelog_text
# If pandoc isn't installed just return the rst
pruned_text
rescue RuntimeError => e
raise unless e.message.include?("Pandoc timed out")

pruned_text
end
end
Expand Down

0 comments on commit b1b185d

Please sign in to comment.