From f95f9727bf731d98f83fab4bf2fcc83e85125cea Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 4 Apr 2019 11:26:19 +0200 Subject: [PATCH] Print the error when trying to get the limit --- www/common/toolbar3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index 56e75af32..15a993c81 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -823,7 +823,7 @@ MessengerUI, Messages) { 'title': Messages.pinLimitReached }).append($limitIcon).hide(); var todo = function (e, overLimit) { - if (e) { return void console.error("Unable to get the pinned usage"); } + if (e) { return void console.error("Unable to get the pinned usage", e); } if (overLimit) { var key = 'pinLimitReachedAlert'; if (ApiConfig.noSubscriptionButton === true) {