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 changed files with 1 additions and 1 deletions

View File

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