mirror of https://github.com/xwiki-labs/cryptpad
Add error code to a feedback key
This commit is contained in:
parent
2e15d59081
commit
87f4fe9c84
|
@ -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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue