Request Bug Report on exception

This commit is contained in:
nathom 2021-07-30 18:27:12 -07:00
parent f4480917fd
commit 30d194eead

View file

@ -442,6 +442,13 @@ class Application(BaseApplication):
return default_globals return default_globals
def render_error(self, error, io):
super().render_error(error, io)
io.write_line(
"\n<error>If this was unexpected, please open a <path>Bug Report</path> at </error>"
"<url>https://github.com/nathom/streamrip/issues/new/choose</url>"
)
def clean_options(*opts): def clean_options(*opts):
for opt in opts: for opt in opts: