mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 15:35:55 +00:00
subscribeToFeed: add transport information to exception handler
This commit is contained in:
@@ -943,7 +943,7 @@ function quickAddFeed() {
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("subscribeToFeed", e);
|
||||
exception_error("subscribeToFeed", e, transport);
|
||||
}
|
||||
|
||||
} });
|
||||
|
||||
Reference in New Issue
Block a user