Debugging for sync error
This commit is contained in:
parent
77842f7dc6
commit
4305aa1356
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ Zotero.Sync.Storage.ZFS = (function () {
|
|||
var msg = "Hash not found in info response in " + funcName
|
||||
+ " (" + Zotero.Items.getLibraryKeyHash(item) + ")";
|
||||
Zotero.debug(msg, 1);
|
||||
Zotero.debug(req.status);
|
||||
Zotero.debug(req.responseText);
|
||||
Components.utils.reportError(msg);
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue