mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 13:31:42 +00:00
This commit is contained in:
parent
0c7a37a1d8
commit
52e22a53bf
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class Site
|
||||||
def parse_url(url)
|
def parse_url(url)
|
||||||
GitCloneUrl.parse(url)
|
GitCloneUrl.parse(url)
|
||||||
rescue URI::Error => e
|
rescue URI::Error => e
|
||||||
ExceptionNotifier.notify_exception(e, data: { site: site.name, url: url })
|
ExceptionNotifier.notify_exception(e, data: { path: path, url: url })
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue