forked from public/cordova-plugin-camera
CB-7600 Adds informative message to error callback in manual test.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user