util/check.rb in emojidex-vectors-0.0.7 vs util/check.rb in emojidex-vectors-0.0.8

- old
+ new

@@ -24,9 +24,13 @@ utf_cc = Emojidex::CollectionChecker.new(utf, formats: [:svg]) if utf_cc.asset_only.empty? && utf_cc.index_only.empty? puts "UTF Collection OK!" else puts "UTF Collection missing assets/indexes. Halting." + puts "Asset Only:\n" + utf_cc.asset_only.each { |a| puts "[#{a}]\n" } + puts "Index Only: \n" + utf_cc.index_only.each { |i| puts "[#{i}]\n" } exit 1 end # Check