You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rake pdf
review-pdfmaker config.yml
/tmp/review3/gems/gems/review-3.0.0/lib/review/book/base.rb:321:in `parse_chapters': undefined method `map' for "":String (NoMethodError)
Did you mean? tap
...(以下略)...
問題点
catalog.ymlにおいて「CHAPS:」がnullだと、
rake pdf
がエラーになる。原因
「CHAPS:」がnullのとき、
ReVIEW::Catalog#parts_with_chaps()
が空配列ではなく空文字列を返しているのが原因。修正方法
ReVIEW::Catalog#parts_with_chaps()
が空配列を返すように修正する。バージョン
Re:VIEW 2.5, 3.0
The text was updated successfully, but these errors were encountered: