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