mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix formatting of #1504
This commit is contained in:
parent
417fa3cf3c
commit
ca781651cb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def error_template_helper(env : HTTP::Server::Context, config : Config, locale :
|
|||
issue_template = %(Date: `#{Time::Format::ISO_8601_DATE_TIME.format(Time.utc)}`)
|
||||
issue_template += %(\nRoute: `#{env.request.resource}`)
|
||||
issue_template += %(\nVersion: `#{SOFTWARE["version"]} @ #{SOFTWARE["branch"]}`)
|
||||
#issue_template += %(\nPreferences: ```#{env.get("preferences").as(Preferences).to_json}```)
|
||||
# issue_template += %(\nPreferences: ```#{env.get("preferences").as(Preferences).to_json}```)
|
||||
issue_template += %(\nBacktrace: \n```\n#{exception.inspect_with_backtrace}```)
|
||||
error_message = <<-END_HTML
|
||||
Looks like you've found a bug in Invidious. Please open a new issue
|
||||
|
|
Loading…
Reference in a new issue