diff --git a/functions.js b/functions.js index b4c085a09..e9a6d928c 100644 --- a/functions.js +++ b/functions.js @@ -943,7 +943,7 @@ function quickAddFeed() { } } catch (e) { - exception_error("subscribeToFeed", e); + exception_error("subscribeToFeed", e, transport); } } });