CB-7600 Adds informative message to error callback in manual test.
This commit is contained in:
parent
860fedece4
commit
7413c1bcb2
@ -135,7 +135,7 @@ exports.defineManualTests = function (contentEl, createActionButton) {
|
||||
}
|
||||
|
||||
function onGetPictureError(e) {
|
||||
log('Error getting picture: ' + e.code);
|
||||
log('Error getting picture: ' + (e.code || e));
|
||||
}
|
||||
|
||||
function getPictureWin(data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user