mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-13 01:16:41 -04:00
Fix formatting
This commit is contained in:
parent
1c5300cfbd
commit
d0fb03501e
@ -40,8 +40,8 @@ private module Parsers
|
||||
begin
|
||||
return parse_internal(*args)
|
||||
rescue ex
|
||||
LOGGER.debug("#{ {{@type.name}} }: Failed to render item.")
|
||||
LOGGER.debug("#{ {{@type.name}} }: Got exception: #{ex.message}")
|
||||
LOGGER.debug("#{{{@type.name}}}: Failed to render item.")
|
||||
LOGGER.debug("#{{{@type.name}}}: Got exception: #{ex.message}")
|
||||
ProblematicTimelineItem.new(
|
||||
parse_exception: ex
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user