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
|
// 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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user