mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Fix formatting
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user