CB-7600 Adds informative message to error callback in manual test.

This commit is contained in:
Vladimir Kotikov 2014-09-19 13:16:20 +04:00
parent 860fedece4
commit 7413c1bcb2

View File

@ -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) {