lib/review/index_builder.rb in review-5.0.0 vs lib/review/index_builder.rb in review-5.1.0
- old
+ new
@@ -605,9 +605,10 @@
def error(msg = '(no message)')
if msg =~ /builder does not support command/
# ignore
return
end
+
super
end
def texequation(_lines, id = nil, _caption = '')
check_id(id)