From 87f4fe9c849da131c6fbd291f45ed2f578338837 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 7 Jun 2018 10:47:47 +0200 Subject: [PATCH] Add error code to a feedback key --- www/common/outer/userObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/userObject.js b/www/common/outer/userObject.js index 8b2270797..d43375ef2 100644 --- a/www/common/outer/userObject.js +++ b/www/common/outer/userObject.js @@ -111,7 +111,7 @@ define([ // RPC may not be responding // Send a report that can be handled manually console.error(obj.error); - Feedback.send('ERROR_DELETING_OWNED_PAD=' + channelId, true); + Feedback.send('ERROR_DELETING_OWNED_PAD=' + channelId + '|' + obj.error, true); } }); }