forked from github/cordova-android
Fixing typo
This commit is contained in:
parent
45c9a88fd7
commit
35b3808701
@ -602,7 +602,7 @@ PhoneGap.JSCallback = function() {
|
||||
}
|
||||
catch (e) {
|
||||
// If we're getting an error here, seeing the message will help in debugging
|
||||
console.log("Message from Server: " + msg");
|
||||
console.log("Message from Server: " + msg);
|
||||
console.log("JSCallback Error: "+e);
|
||||
}
|
||||
}, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user