Add error code to a feedback key
This commit is contained in:
@@ -111,7 +111,7 @@ define([
|
|||||||
// RPC may not be responding
|
// RPC may not be responding
|
||||||
// Send a report that can be handled manually
|
// Send a report that can be handled manually
|
||||||
console.error(obj.error);
|
console.error(obj.error);
|
||||||
Feedback.send('ERROR_DELETING_OWNED_PAD=' + channelId, true);
|
Feedback.send('ERROR_DELETING_OWNED_PAD=' + channelId + '|' + obj.error, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user