mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
This is an informative message, not an error message. It is normal to get this when leaving a page.
This commit is contained in:
parent
fd07cfc461
commit
e4a5000f9e
@ -921,7 +921,7 @@ PhoneGap.JSCallback = function() {
|
||||
|
||||
// If server is stopping
|
||||
else if (xmlhttp.status === 503) {
|
||||
console.log("JSCallback Error: Service unavailable. Stopping callbacks.");
|
||||
console.log("JSCallback Server Closed: Stopping callbacks.");
|
||||
}
|
||||
|
||||
// If request wasn't GET
|
||||
|
Loading…
Reference in New Issue
Block a user