1
0
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:
Andrew Dolgov
2011-04-05 14:49:28 +04:00
parent 78ccac0bdd
commit 592f033943

View File

@@ -943,7 +943,7 @@ function quickAddFeed() {
}
} catch (e) {
exception_error("subscribeToFeed", e);
exception_error("subscribeToFeed", e, transport);
}
} });