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