mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-14 04:42:56 -04:00
Fix formatting
This commit is contained in:
parent
dd16f15aae
commit
aae5ba01c2
@ -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