forked from MapComplete/MapComplete
Add caching
This commit is contained in:
parent
f971d7fd41
commit
a124b7f234
2 changed files with 14 additions and 3 deletions
|
@ -980,7 +980,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
|
|||
resolve({ error: "rate limited", url, statuscode: xhr.status })
|
||||
} else {
|
||||
resolve({
|
||||
error: "other error: " + xhr.statusText,
|
||||
error: "other error: " + xhr.statusText + ", " + xhr.responseText,
|
||||
url,
|
||||
statuscode: xhr.status,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue