subscribeToFeed: add transport information to exception handler
This commit is contained in:
parent
78ccac0bdd
commit
592f033943
|
@ -943,7 +943,7 @@ function quickAddFeed() {
|
|||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("subscribeToFeed", e);
|
||||
exception_error("subscribeToFeed", e, transport);
|
||||
}
|
||||
|
||||
} });
|
||||
|
|
Loading…
Reference in New Issue