1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+1 -1
View File
@@ -943,7 +943,7 @@ function quickAddFeed() {
} }
} catch (e) { } catch (e) {
exception_error("subscribeToFeed", e); exception_error("subscribeToFeed", e, transport);
} }
} }); } });