Additional debugging for setStorageModificationTime() error
This commit is contained in:
parent
994de2e65c
commit
d5215618aa
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ Zotero.Sync.Storage = new function () {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Zotero.debug(req.responseText);
|
||||||
throw ("Unexpected status code " + req.status + " in "
|
throw ("Unexpected status code " + req.status + " in "
|
||||||
+ "Zotero.Sync.Storage.setStorageModificationTime()");
|
+ "Zotero.Sync.Storage.setStorageModificationTime()");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue