Skip to content

Commit

Permalink
debug: デバッグ用コードを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroweb committed Oct 8, 2024
1 parent 191368d commit 9c3fbd8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ def price(page)
tax_price = price_str.match(/((税込 \d+,*\d+ 円)|(税 0 円))/)[0].gsub(/(|)|,| |税込|円/, "").to_i

tax_price.nonzero? || price
rescue StandardError => e
Bugsnag.notify(e)
Bugsnag.notify("price_str: #{price_str}")
raise e
end

def buyout_price(page)
Expand Down

0 comments on commit 9c3fbd8

Please sign in to comment.