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;
|
||||
|
||||
default:
|
||||
Zotero.debug(req.responseText);
|
||||
throw ("Unexpected status code " + req.status + " in "
|
||||
+ "Zotero.Sync.Storage.setStorageModificationTime()");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue