mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 09:41:43 +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)
|
||||
GitCloneUrl.parse(url)
|
||||
rescue URI::Error => e
|
||||
ExceptionNotifier.notify_exception(e, data: { site: site.name, url: url })
|
||||
ExceptionNotifier.notify_exception(e, data: { path: path, url: url })
|
||||
nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue