Log URL for snapshot save timeouts

This commit is contained in:
Dan Stillman 2017-07-13 01:28:09 -04:00
parent 1247896d70
commit 2d8132b6c8

View File

@ -470,7 +470,7 @@ Zotero.Utilities.Internal = {
if (deferred.promise.isPending()) {
Zotero.debug("Stopping save for " + document.location.href, 2);
//Zotero.debug(listener.getRequest());
deferred.reject("Snapshot save timeout");
deferred.reject("Snapshot save timeout on " + document.location.href);
wbp.cancelSave();
}
}, this.SNAPSHOT_SAVE_TIMEOUT);