forked from github/cordova-android
Logging status from wrong object.
This commit is contained in:
parent
f848527c28
commit
36dd964ba4
@ -529,7 +529,7 @@ PhoneGap.exec = function(success, fail, service, action, args) {
|
||||
|
||||
// If error, then display error
|
||||
else {
|
||||
console.log("Error: Status="+r.status+" Message="+v.message);
|
||||
console.log("Error: Status="+v.status+" Message="+v.message);
|
||||
|
||||
// If there is a fail callback, then call it now with returned value
|
||||
if (fail) {
|
||||
|
Loading…
Reference in New Issue
Block a user